<!--

ft1 = 'width=580,height=580,scrollbars=yes,resizable=yes'; // 個人紹介ウィンドウの設定

ft2 = 'width=450,height=431'; // 店舗写真（縦）ウィンドウの設定

ft3 = 'width=450,height=330'; // 店舗写真（横）ウィンドウの設定



function MM_openBrWindow(theURL,winName,features) { //v2.0

   if(features == "1"){ ft=ft1;

   }else if(features == "2"){ ft=ft2;

   }else if(features == "3"){ ft=ft3;

   }

   window.open(theURL,winName,ft);

}

function MM_openBrWindow2(theURL,winName,features) { //v2.0

  features += ',scrollbars=yes'

  window.open(theURL,winName,features);

}

//-->
