/* ポップアップ */function coupon(html) {	SubWindow=window.open(html,"coupon","width=600,height=300,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");	SubWindow.focus();}function form(html) {	SubWindow=window.open(html,"form","width=700,height=800,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");	SubWindow.focus();}
