function new_win(){
	window.open("home.html","","width=993,height=700,left=0,top=0,scrollbars=yes");
	return false;
}

function new_coupon_win(){
	window.open("coupon.html","","width=700,height=420,left=100,top=50");
	return false;
}


