function couponWindow()
{
	cpwin = window.open ("../coupon.php","coupon","menubar=0,resizable=0,width=950,height=400");
	cpwin.moveTo(0,0);
}