/* POPUP */

function open_haisou(html) {
	SubWindow=window.open(html,"open_haisou","width=700,height=740,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}


function open_paygent(html) {
	SubWindow=window.open(html,"open_paygent","width=810,height=740,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}