//本番用function openwinContactJp(){	var uAgent  = navigator.userAgent.toUpperCase();	var aName  = navigator.appName.toUpperCase();	var uName = navigator.userAgent.toUpperCase();	var WO;		if (uAgent.indexOf("MAC") >= 0){		if (uName.indexOf("SAFARI") >= 0){			WO=window.open('https://ssl.tokyo-jazz.com/jp/contact/index.html','contact','status=yes,scrollbars=yes,width=595,height=600,top=20,left=20');		} else if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open('https://ssl.tokyo-jazz.com/jp/contact/index.html','contact','status=yes,scrollbars=yes,width=595,height=600,top=20,left=20');		} else {			WO=window.open('https://ssl.tokyo-jazz.com/jp/contact/index.html','contact','status=yes,scrollbars=yes,width=580,height=600,top=20,left=20');		}	} else {		if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open('https://ssl.tokyo-jazz.com/jp/contact/index.html','contact','status=yes,scrollbars=yes,width=600,height=600,top=20,left=20');		} else {			WO=window.open('https://ssl.tokyo-jazz.com/jp/contact/index.html','contact','status=yes,scrollbars=yes,width=597,height=600,top=20,left=20');		}	}	WO.focus();}function openwinContactEn(){	var uAgent  = navigator.userAgent.toUpperCase();	var aName  = navigator.appName.toUpperCase();	var uName = navigator.userAgent.toUpperCase();	var WO;		if (uAgent.indexOf("MAC") >= 0){		if (uName.indexOf("SAFARI") >= 0){			WO=window.open('https://ssl.tokyo-jazz.com/en/contact/index.html','contact','status=yes,scrollbars=yes,width=595,height=600,top=20,left=20');		} else if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open('https://ssl.tokyo-jazz.com/en/contact/index.html','contact','status=yes,scrollbars=yes,width=595,height=600,top=20,left=20');		} else {			WO=window.open('https://ssl.tokyo-jazz.com/en/contact/index.html','contact','status=yes,scrollbars=yes,width=580,height=600,top=20,left=20');		}	} else {		if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open('https://ssl.tokyo-jazz.com/en/contact/index.html','contact','status=yes,scrollbars=yes,width=600,height=600,top=20,left=20');		} else {			WO=window.open('https://ssl.tokyo-jazz.com/en/contact/index.html','contact','status=yes,scrollbars=yes,width=597,height=600,top=20,left=20');		}	}	WO.focus();}function openwinMagazine(){	var WO;	WO=window.open('https://g.blayn.jp/isle/p/f/tf.php?id=tokyo_jazz','magazine','status=yes,scrollbars=yes,width=500,height=500,top=40,left=40');	WO.focus();}//地上広場マップfunction openwinLayout(url){	var uAgent  = navigator.userAgent.toUpperCase();	var aName  = navigator.appName.toUpperCase();	var uName = navigator.userAgent.toUpperCase();	var WO;		if (uAgent.indexOf("MAC") >= 0){		if (uName.indexOf("SAFARI") >= 0){			WO=window.open(url,'layout','width=680,height=641');		} else if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open(url,'layout','width=680,height=641');		} else {			WO=window.open(url,'layout','width=670,height=616');		}	} else {		WO=window.open(url,'layout','width=680,height=634');	}	WO.focus();}function openwinFm(){	var uAgent  = navigator.userAgent.toUpperCase();	var aName  = navigator.appName.toUpperCase();	var uName = navigator.userAgent.toUpperCase();	var WO;		if (uAgent.indexOf("MAC") >= 0){		if (uName.indexOf("SAFARI") >= 0){			WO=window.open('popup/index.html','info','status=yes,scrollbars=yes,width=595,height=360,top=20,left=20');		} else if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open('popup/index.html','info','status=yes,scrollbars=yes,width=595,height=360,top=20,left=20');		} else {			WO=window.open('popup/index.html','info','status=yes,scrollbars=yes,width=580,height=360,top=20,left=20');		}	} else {		if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open('popup/index.html','info','status=yes,scrollbars=yes,width=600,height=360,top=20,left=20');		} else {			WO=window.open('popup/index.html','info','status=yes,scrollbars=yes,width=597,height=360,top=20,left=20');		}	}	WO.focus();}function openwinBrd(){	var uAgent  = navigator.userAgent.toUpperCase();	var aName  = navigator.appName.toUpperCase();	var uName = navigator.userAgent.toUpperCase();	var WO;		if (uAgent.indexOf("MAC") >= 0){		if (uName.indexOf("SAFARI") >= 0){			WO=window.open('popup02/index.html','info','status=yes,scrollbars=yes,width=595,height=660,top=20,left=20');		} else if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open('popup02/index.html','info','status=yes,scrollbars=yes,width=595,height=660,top=20,left=20');		} else {			WO=window.open('popup02/index.html','info','status=yes,scrollbars=yes,width=580,height=660,top=20,left=20');		}	} else {		if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open('popup02/index.html','info','status=yes,scrollbars=yes,width=600,height=660,top=20,left=20');		} else {			WO=window.open('popup02/index.html','info','status=yes,scrollbars=yes,width=597,height=660,top=20,left=20');		}	}	WO.focus();}//------------------------------------//open new window(GOODS)//------------------------------------function openwinOrder(){	var WO1;	WO1=window.open('https://ssl.tokyo-jazz.com/order/index.html','orderform','status=yes,scrollbars=yes,width=625,height=600,top=20,left=20');	//WO1=window.open('../../order/index.html','orderform','status=yes,scrollbars=yes,width=625,height=600,top=20,left=20');	WO1.focus();}//------------------------------------//open new window(BIO)//------------------------------------function openWinBIo(url){	var uAgent  = navigator.userAgent.toUpperCase();	var aName  = navigator.appName.toUpperCase();	var uName = navigator.userAgent.toUpperCase();	var w = screen.width;	var windowPosition = w-620;	var WO;		if (uAgent.indexOf("MAC") >= 0){		if (uName.indexOf("SAFARI") >= 0){			WO=window.open(url,'bioWin','status=1,scrollbars=1,width=595,height=600,top=20,left='+windowPosition);		} else if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open(url,'bioWin','status=1,scrollbars=1,width=595,height=600,top=20,left='+windowPosition);		} else {			WO=window.open(url,'bioWin','status=1,scrollbars=1,width=580,height=600,top=20,left='+windowPosition);		}	} else {		if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open(url,'bioWin','status=1,scrollbars=1,width=600,height=600,top=20,left='+windowPosition);		} else {			WO=window.open(url,'bioWin','status=1,scrollbars=1,width=597,height=600,top=20,left='+windowPosition);		}	}	WO.focus();}//------------------------------------//open new window(Event)//------------------------------------function openWinEvent(url){	var w = 598;	var h = 600;	var x = (screen.width - w) / 2;	var y = (screen.height - h) / 2;	var WO;	WO=window.open(url,'eventWin','width='+w+',height='+h+',top='+y+',left='+x+',scrollbars=1,status=1');	WO.focus();}//------------------------------------//open new window(APPLICATION SHEET)//------------------------------------function openWinSchool(){	var w = 598;	var h = 600;	var x = (screen.width - w) / 2;	var y = (screen.height - h) / 2;	var WO;	WO=window.open('download.html','schoolWin','width='+w+',height='+h+',top='+y+',left='+x+',scrollbars=1,status=1');	WO.focus();}//------------------------------------//open new window(放送予定)//------------------------------------function openwinTop(){	var uAgent  = navigator.userAgent.toUpperCase();	var aName  = navigator.appName.toUpperCase();	var uName = navigator.userAgent.toUpperCase();	var WO;		if (uAgent.indexOf("MAC") >= 0){		if (uName.indexOf("SAFARI") >= 0){			WO=window.open('jp/popup/index.html','pop','status=yes,scrollbars=yes,width=595,height=500,top=20,left=20');		} else if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open('jp/popup/index.html','pop','status=yes,scrollbars=yes,width=595,height=500,top=20,left=20');		} else {			WO=window.open('jp/popup/index.html','pop','status=yes,scrollbars=yes,width=580,height=500,top=20,left=20');		}	} else {		if (aName.indexOf("NETSCAPE") >= 0){			WO=window.open('jp/popup/index.html','pop','status=yes,scrollbars=yes,width=600,height=500,top=20,left=20');		} else {			WO=window.open('jp/popup/index.html','pop','status=yes,scrollbars=yes,width=597,height=500,top=20,left=20');		}	}	WO.focus();}//------------------------------------//open new window(クリスマスライブ)//------------------------------------function openwinPop(url,wm,ww,h){	var uAgent  = navigator.userAgent.toUpperCase();	var aName  = navigator.appName.toUpperCase();	var uName = navigator.userAgent.toUpperCase();	var WO;	if (uAgent.indexOf("MAC") >= 0){		WO=window.open(url,'pop','status=yes,scrollbars=yes,width='+wm+',height='+h+',top=20,left=20');	} else {		WO=window.open(url,'pop','status=yes,scrollbars=yes,width='+ww+',height='+h+',top=20,left=20');	}	WO.focus();}