//Style Book
function stylebook(){
	window.open("http://www.trico.jp/stylebook/index.html","stylebook","scrollbars=no,toolbar=no,resizable=no,width=900,height=507");
}
//Style Book 下階層
function stylebook2(){
	window.open("../stylebook/index.html","stylebook","scrollbars=no,toolbar=no,resizable=no,width=900,height=507");
}
//Style Book ブログ
function stylebook3(){
	window.open("http://trico.jp/stylebook/index.html","stylebook","scrollbars=no,toolbar=no,resizable=no,width=900,height=507");
}



//Eyelash Photo Book
function elpg(){
	window.open("http://www.trico.jp/elpg/index.html","eyelashphoto","scrollbars=no,toolbar=no,resizable=no,width=600,height=400");
}
//Eyelash Photo Book 下階層
function elpg2(){
	window.open("../elpg/index.html","eyelashphoto","scrollbars=no,toolbar=no,resizable=no,width=600,height=400");
}
//Eyelash Photo Book ブログ
function elpg3(){
	window.open("http://trico.jp/elpg/index.html","eyelashphoto","scrollbars=no,toolbar=no,resizable=no,width=600,height=400");
}



//Extension Style Book
function extebook(){
	window.open("http://www.trico.jp/exte/index.html","extebook","scrollbars=no,toolbar=no,resizable=no,width=801,height=441");
}
//Extension Style Book 下階層
function extebook2(){
	window.open("../exte/index.html","extebook","scrollbars=no,toolbar=no,resizable=no,width=801,height=441");
}
//Extension Style Book ブログ
function extebook3(){
	window.open("http://trico.jp/exte/index.html","extebook","scrollbars=no,toolbar=no,resizable=no,width=801,height=441");
}



//Members Point Menu
function point(){
	window.open("http://www.trico.jp/system/point.html","point","scrollbars=yes,toolbar=yes,resizable=no,width=800,height=650");
}
//Members Point Menu 下階層
function point2(){
	window.open("../point.html","point","scrollbars=yes,toolbar=yes,resizable=no,width=800,height=650");
}
//Members Point Menu ブログ
function point3(){
	window.open("http://trico.jp/system/point.html","point","scrollbars=yes,toolbar=yes,resizable=no,width=800,height=650");
}



//Press
function press(){
	window.open("http://www.trico.jp/press/index.html","press","scrollbars=yes,toolbar=no,resizable=no,width=800,height=650");
}
//Members Press 下階層
function press2(){
	window.open("../press/index.html","press","scrollbars=yes,toolbar=no,resizable=no,width=800,height=650");
}
//Members Press ブログ
function press3(){
	window.open("http://trico.jp/press/index.html","press","scrollbars=yes,toolbar=no,resizable=no,width=800,height=650");
}



//来店レポート
function report(){
	window.open("report/index.html","report","scrollbars=yes,toolbar=no,resizable=yes,width=750,height=550");
}
//来店レポート 下階層
function report2(){
	window.open("../report/index.html","report","scrollbars=yes,toolbar=no,resizable=yes,width=750,height=550");
}
//来店レポート ブログ
function report3(){
	window.open("http://trico.jp/report/index.html","report","scrollbars=yes,toolbar=no,resizable=yes,width=750,height=550");
}



//info popup
function infomap(){
	window.open("map.html","map","scrollbars=no,toolbar=yes,resizable=no,width=400,height=300");
}
//info popup ブログ
function infomap3(){
	window.open("http://trico.jp/fi/map.html","map","scrollbars=no,toolbar=yes,resizable=no,width=400,height=300");
}



//スペシャルページ popup
function sp(opURL,winName){
	window.open(opURL,winName,"scrollbars=yes,toolbar=no,resizable=no,width=800,height=560");
}



//popup window からメインページへ
function goMain(gmURL){
	window.opener.location.href=gmURL;
}



//来店レポート
function windowOpen(URL,W,H){
	subWin=window.open(URL,"sample","width="+W+",height="+H+",scrollbars=no,location=no,menubar=no");
	subWin.document.focus();
}
