// 資料請求・お問合せ
function MM_openWindow(theURL) { //v2.0
  var URL = theURL;
  var WO1;
  WO1=window.open(URL,"map","scrollbars=yes,resizable=yes,width=685,height=680");
  WO1.focus();
}


// 新作デザイン
function NewDesign(theURL) { //v2.0
  var URL = theURL;
  var WO2;
  WO2=window.open(URL,"newdesign","scrollbars=yes,resizable=yes,width=760,height=700");
  WO2.focus();
}