MAC = navigator.userAgent.indexOf('Mac') != -1;
NN = navigator.appName.indexOf('Netscape') != -1;
IE = navigator.appName.indexOf('Microsoft') != -1;
VER = navigator.appVersion.charAt(0);

/*商品情報 newwin*/
function ProductWin(URL){
var s = "newwindow = window.open(URL,'product','left=0,top=0,width=654,height=525,toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes');";
	eval(s);
	if (NN) {
	setTimeout('newwindow.focus()',0);
	}
	else
	{
	newwindow.focus();
	}
}

/*テクノロジーページ newwin*/
function TechnologyWin(URL){
var s = "newwindow = window.open(URL,'techsup','left=0,top=0,width=654,height=525,toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes');";
	eval(s);
	if (NN) {
	setTimeout('newwindow.focus()',0);
	}
	else
	{
	newwindow.focus();
	}
}

/*サポートページ newwin*/
function SupportWin(URL){
var s = "newwindow = window.open(URL,'techsup','left=0,top=0,width=654,height=525,toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes');";
	eval(s);
	if (NN) {
	setTimeout('newwindow.focus()',0);
	}
	else
	{
	newwindow.focus();
	}
}

/*契約団体・チーム newwin*/
function FooterWin(URL){
var s = "newwindow = window.open(URL,'footer','left=0,top=0,width=654,height=525,toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes');";
	eval(s);
	if (NN) {
	setTimeout('newwindow.focus()',0);
	}
	else
	{
	newwindow.focus();
	}
}


/*商品情報2 newwin*/
function ProductWin2()
{
	newWindow = window.open("","product","left=0,top=0,width=654,height=525,toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
	newWindow.focus();
	return newWindow;
}

/*テクノロジーページ2 newwin*/
function TechnologyWin2()
{
	newWindow = window.open("","techsup","left=0,top=0,width=654,height=525,toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
	newWindow.focus();
	return newWindow;
}

/*サポートページ2 newwin*/
function SupportWin2()
{
	newWindow = window.open("","techsup","left=0,top=0,width=654,height=525,toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
	newWindow.focus();
	return newWindow;
}

/*契約団体・チーム2 newwin*/
function FooterWin2()
{
	newWindow = window.open("","footer","left=0,top=0,width=654,height=525,toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
	newWindow.focus();
	return newWindow;
}

/*著作権他 newwin*/
function CopyrightWin()
{
	newWindow = window.open("","copyright","left=0,top=0,width=654,height=525,toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
	newWindow.focus();
	return newWindow;
}

/*キネシオキャンペーン newwin*/
function kinesio(){
var s = "newwindow = window.open('../campaign/kinesio/index.html','kinesio','width=480,height=440,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');";
	eval(s);
	if (NN) {
		setTimeout('newwindow.focus()',0);
	}
	else
	{
		newwindow.focus();
	}
}
function wp_a_1280(){
	newWindow = window.open("../../wallpaper/1280a.htm","wp_a_1280","left=0,top=0,width=1280,height=1024,toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
	newWindow.focus();
	return newWindow;
}