function coupon_input(obj, val, siz) {
	if (val.length == siz)
		document.getElementById(obj).focus();
}