//CONTACT US 、MOBILE ポップアップウィンドウ

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//NEWS ポップアップウィンドウ
function open_news(){
op=window.open("news.html","op","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=360");
op.moveTo(0,0)
op.focus()
}

//SHOP LIST ポップアップウィンドウ
 function shopWindow(URL){ 	 op=window.open(URL,"shoplist","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=1,width=530,height=320");
op.focus();
 }
 //CATALOG ポップアップウィンドウ
function open_ct(){
op=window.open("catalog/index.html","open_ct","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=1000,height=600");
op.moveTo(0,0)
op.focus()
}