function register(html) {

	SubWindow=window.open(html,"register","width=750,height=650,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");

	SubWindow.focus();

}



//https://www.fmgarage.co.jp/register/index.php

//<a href="JavaScript:register('https://www.fmgarage.co.jp/register/index.php');">



function inquiry(html) {

	SubWindow=window.open(html,"inquiry","width=650,height=700,toolbar=0,location=1,status=0,menubar=1,scrollbars=1,resizable=1");

	SubWindow.focus();

}



//https://www.fmgarage.co.jp/inquiry/index.html

//<a href="JavaScript:inquiry('https://www.fmgarage.co.jp/inquiry/index.html');">



function login(html) {

	SubWindow=window.open(html,"login","width=730,height=700,toolbar=0,location=1,status=0,menubar=1,scrollbars=1,resizable=1");

	SubWindow.focus();

}



//https://www.fmgarage.co.jp/mypage/login.php

//<a href="JavaScript:login('https://www.fmgarage.co.jp/mypage/login.php');">





function sim(html) {

	SubWindow=window.open(html,"sim","width=770,height=590,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,titlebar=0,directories=0,resizable=0");

	SubWindow.focus();

}



//http://www.fmgarage.co.jp/sim/index.html

//<a href="JavaScript:sim('http://www.fmgarage.co.jp/sim/index.html');">
