//------------------------------------//open new window//------------------------------------function openwinContactJp(){	var WO1;	WO1=window.open('https://www.tokyo-jazz.com/jp/contact/index.html','contact','status=yes,scrollbars=yes,width=625,height=600,top=20,left=20');	WO1.focus();}//------------------------------------//open new window(ENGLISH)//------------------------------------function openwinContactEn(){	var WO1;	WO1=window.open('https://www.tokyo-jazz.com/en/contact/index.html','contact','status=yes,scrollbars=yes,width=625,height=600,top=20,left=20');	WO1.focus();}//------------------------------------//open new window(GOODS)//------------------------------------function openwinOrder(){	var WO1;	WO1=window.open('https://www.tokyo-jazz.com/2006/order/index.html','orderform','status=yes,scrollbars=yes,width=625,height=600,top=20,left=20');	WO1.focus();}//------------------------------------//open new window(PhotoReport)//------------------------------------function openwinReport(){	var WO1;	WO1=window.open('../photoreport/index.html','photoreport','status=yes,scrollbars=yes,width=625,height=720,top=20,left=20');	WO1.focus();}//------------------------------------//local check//------------------------------------//function openwinContactJp(){//	var WO1;//	WO1=window.open('contact/index.html','contact','status=yes,scrollbars=yes,width=625,height=600,top=20,left=20');//	WO1.focus();//}////function openwinContactEn(){//	var WO1;//	WO1=window.open('contact/index.html','contact','status=yes,scrollbars=yes,width=625,height=600,top=20,left=20');//	WO1.focus();//}//function openwinOrder(){//	var WO1;//	WO1=window.open('../../order/index.html','orderform','status=yes,scrollbars=yes,width=625,height=600,top=20,left=20');//	WO1.focus();//}//------------------------------------//open Artist's profile Window//------------------------------------function openwinProfile01(url){	var WO1;	WO1=window.open(url,'profile01','status=1,scrollbars=1,width=625,height=600,top=20,left=20');	WO1.focus();}//------------------------------------//open kanrenEvent artist's profile Window//------------------------------------function openwinProfile02(url){	var WO1;	WO1=window.open(url,'profile02','status=1,scrollbars=1,width=600,height=600,top=20,left=20');	WO1.focus();}