/*****************************************************************
 ?V?K?E?B???h?E???J???@
 whtml	?????N??URL
 wname	?E?B???h?E??
 sizeX	?E?B???h?E??
 sizeY	?E?B???h?E????
******************************************************************/
function NewWindowOpen1(whtml,wname,sizeX,sizeY) {
	//Netscape7.0???????j???[?o?[???o???B
	if(window.navigator.userAgent.search(/Netscape\/7.0/) > 1 ) {
		subWin= window.open(whtml, wname, "width="+sizeX+",height="+sizeY+",toolbar=yes,menubar=yes,status=no,scrollbars=yes,resizable=yes,location=no");
	}
	else {
		subWin= window.open(whtml, wname, "width="+sizeX+",height="+sizeY+",toolbar=yes,menubar=yes,status=no,scrollbars=yes,resizable=yes,location=no");
	}
	subWin.focus();
}

/*****************************************************************
 ?V?K?E?B???h?E???J???A
 whtml	?????N??URL
 wname	?E?B???h?E??
 sizeX	?E?B???h?E??
 sizeY	?E?B???h?E????
******************************************************************/
function NewWindowOpen2(whtml,wname,sizeX,sizeY) {
	//Netscape7.0???????j???[?o?[???o???B
	if(window.navigator.userAgent.search(/Netscape\/7.0/) > 1 ) {
		subWin= window.open(whtml, wname, "width="+sizeX+",height="+sizeY+",toolbar=yes,menubar=yes,status=no,scrollbars=yes,resizable=yes,location=yes");
	}
	else {
		subWin= window.open(whtml, wname, "width="+sizeX+",height="+sizeY+",toolbar=yes,menubar=yes,status=no,scrollbars=yes,resizable=yes,location=yes");
	}
	subWin.focus();
}

/*****************************************************************
 ?????T?|?[?g?E?B???h?E???J??
 whtml	?????N??URL
 wname	?E?B???h?E??
******************************************************************/
function SupportWindowOpen(whtml) {
	NewWindowOpen1(whtml,"support","690","600");
}

/*****************************************************************
 ?????????E?B???h?E???J??
 whtml	?????N??URL
 wname	?E?B???h?E??
******************************************************************/
function InfoWindowOpen(whtml) {
	NewWindowOpen1(whtml,"info","690","600");
}

/*****************************************************************
 ???O?C???A?o?E?g?E?B???h?E???J??
 whtml	?????N??URL
 wname	?E?B???h?E??
******************************************************************/
function LoginAboutWindowOpen(whtml) {
	window.open(whtml,"bosyu","width=810,height=650,toolbar=yes,menubar=yes,status=yes,scrollbars=yes,resizable=yes,location=yes").focus();
}

/*****************************************************************
 ?T?C?g?}?b?v?E?B???h?E???J??
 whtml	?????N??URL
 wname	?E?B???h?E??
******************************************************************/
function SiteMapWindowOpen(whtml) {
	window.open(whtml,"site","width=690,height=600,toolbar=yes,menubar=yes,status=yes,scrollbars=yes,resizable=yes,location=yes").focus();
}

/*****************************************************************
 ?????????
 whtml	?????N??URL
 wname	?E?B???h?E??
******************************************************************/
function SignOnMemWinOpen(whtml) {
	subWinStatic= window.open(whtml, "", "width=830, height=570,toolbar=yes,menubar=yes,status=yes,scrollbars=yes,resizable=yes,location=yes");
	subWinStatic.focus();
}
