function openCoupon() {
	var win = window.open('coupon.php','coupon','width=560,height=380,resizable=no,scrollbars=no,toolbar=no');

}