function coupon()
{
	window.open( "./hp/coupon.html" , "win" , "width=500,height=300,scrollbars=no" );
}

function CloseWin()
{
	window.close();
}
