//CONTACT US ポップアップウィンドウ

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//Shop LIST ポップアップウィンドウ
 function ShopWindow(URL){
 	 window.open(URL,"shoplist","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=1,width=530,height=580");
 }
