
//プログラム（ガスビル）
function WinOpen1(){
window.open('../form/form-prg-gas.html','window1','resizable=1,scrollbars=1,menubar=0,directories=0,status=0,location=0,width=640,height=560');
}
//プログラム（ミッドランド）
function WinOpen2(){
window.open('../form/form-prg-mid.html','window1','resizable=1,scrollbars=1,menubar=0,directories=0,status=0,location=0,width=640,height=560');
}
//マーケット（マイ箸）
function WinOpen3(){
window.open('../form/form-mkt-myh.html','window1','resizable=1,scrollbars=1,menubar=0,directories=0,status=0,location=0,width=640,height=560');
}
//マーケット（ユーハイム）
function WinOpen4(){
window.open('../form/form-mkt-jhm.html','window1','resizable=1,scrollbars=1,menubar=0,directories=0,status=0,location=0,width=640,height=560');
}


<!--
	/*SubWindowOpen*/
	function swopen(url){
		HELPWin=window.open(url,'swopen','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=450,height=560');
	}

	/*SubWindowOpen*/
	function swopen2(url){
		HELPWin=window.open(url,'swopen','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=600,height=450');
	}

	/*SubWindowOpen*/
	function swopen3(url){
		HELPWin=window.open(url,'swopen','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=600,height=300');
	}
	-->
