


function WinOpen(name, width, height) {
   window.open("",name,'resizable=no,toolbar=no,scrollbars=yes,directories=no,menubar=no,status=no,width='+width+',height='+height);
}

isNN4 = document.layers;
isDOM = document.getElementById;
function printing() {
  if(isNN4 || isDOM) {
    window.print();
  }
}

function navi(obj) {
 url = obj.options[obj.selectedIndex].value;
 if(url != "") {
   location.href = url;
  }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function LINK(w1){window.open(w1,"_top")}
function MM_openShopWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=640,height=700');
}
function MM_openShinchakuWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'scrollbars=no,resizable=no,width=550,height=400');
}
function MM_openCouponWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=640,height=700');
}
function MM_openRouteWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=640,height=700');
}
function MM_openPrintWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=640,height=700');
}
function MM_openIconWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,location=yes,status=yes');
}
function MM_openPresentWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,location=yes,status=yes');
}
function MM_openRestmailWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,location=yes,status=yes');
}
function MM_openFlWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,location=yes,status=yes');
}