function coupon_print(){
win=window.open("../coupon/coupon_print.html","pop","width=630,height=700,left=10,top=20,scrollbars=yes,location=no,menubar=no");
}

function swImg(iName,str)
{
	document.images[iName].src = str;
}
