function ClickHandler(kind) {
	document.SELCOUPON.KIND.value = kind;
	document.SELCOUPON.submit();
	return(true);
}
