

//NEW ARRAVL ポップアップウィンドウ
 function arrWindow(URL){
 	 window.open(URL,"arravl","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=1,width=500,height=580");
 }

//SHOP LIST ポップアップウィンドウ
 function shopWindow(URL){
 	 window.open(URL,"shoplist","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=1,width=515,height=320");
 }
 
//MOBILE ポップアップウィンドウ
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//TOP FLASH CATALOG SPRING&SUMMERポップアップウィンドウ
function MM_openBrWindow1(){
special_nbb=window.open("catalog/spring/index.html","special_nbb","scrollbars=no,resizable=yes,width=1000,height=700");
special_nbb.moveTo(0,0)
special_nbb.focus()
}
//TOP FLASH CATALOG ポップアップウィンドウ
function MM_openBrWindow3(){
special_nbb=window.open("catalog/index.html","special_nbb","scrollbars=no,resizable=yes,width=1000,height=700");
special_nbb.moveTo(0,0)
special_nbb.focus()
}
//TOP FLASH SPECIALポップアップウィンドウ
function MM_openBrWindow2(){
special_sachi=window.open("special/sachi/index.html","special_sachi","scrollbars=no,resizable=yes,width=1000,height=700");
special_sachi.moveTo(0,0)
special_sachi.focus()
}

//RECIPE01　パスタ材料　ポップアップウィンドウ
function MM_openBrWindow5(){
pasta_zairyou=window.open("pasta_zairyou.html","pasta_zairyou","scrollbars=no,resizable=yes,width=270,height=220");
pasta_zairyou.focus()
}

//RECIPE01　ドルチェ材料　ポップアップウィンドウ
function MM_openBrWindow6(){
dolce_zairyou=window.open("dolce_zairyou.html","dolce_zairyou","scrollbars=no,resizable=yes,width=540,height=300");
dolce_zairyou.focus()
}

//RECIPE02　パスタ材料　ポップアップウィンドウ
function MM_openBrWindow7(){
pasta_zairyou=window.open("pasta_zairyou.html","pasta_zairyou02","scrollbars=no,resizable=yes,width=270,height=180");
pasta_zairyou.focus()
}

//RECIPE02　ドルチェ材料　ポップアップウィンドウ
function MM_openBrWindow8(){
dolce_zairyou=window.open("dolce_zairyou.html","dolce_zairyou02","scrollbars=no,resizable=yes,width=270,height=200");
dolce_zairyou.focus()
}
//RECIPE03　パスタ材料　ポップアップウィンドウ
function MM_openBrWindow9(){
pasta_zairyou=window.open("pasta_zairyou.html","pasta_zairyou03","scrollbars=no,resizable=yes,width=270,height=200");
pasta_zairyou.focus()
}

//RECIPE03　ドルチェ材料　ポップアップウィンドウ
function MM_openBrWindow10(){
dolce_zairyou=window.open("dolce_zairyou.html","dolce_zairyou03","scrollbars=no,resizable=yes,width=270,height=150");
dolce_zairyou.focus()
}

