/*
HPB_SCRIPT_CODE_40
function Openjibun(){ 
window.open("http://www.noblekk.com/jibun.htm","自分で出来る", "scrollbars=yes,resizable=yes,width=520,height=280");
}	           	           
function OpenMendou(){ 
window.open("http://www.noblekk.com/mendou.htm","後々まで面倒見マス", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=520,height=350");
}
function OpenSyouten(){ 
window.open("http://www.noblekk.com/syouten.htm","まねきネット商店会", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=520,height=310");
}
function OpenBacup(){ 
window.open("http://www.noblekk.com/bacup.htm","バックアップ", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=520,height=200");
}


function OpenMatamiru(){ 
window.open("http://www.noblekk.com/mata.htm","また見る","scrollbars=yes,resizable=yes,width=100,height=280")
}

function _HpbShowObj(lId){
  var ob;ob=new Array;
  var appVer=parseInt(navigator.appVersion);
  var isNC=false,isN6=false,isIE=false;
  if (document.all && appVer >= 4) isIE=true; else
  if (document.getElementById && appVer > 4) isN6=true; else
  if (document.layers && appVer >= 4) isNC=true;
  if (isNC)
　  {
　    w_str = "document." + lId;ob[lId] = eval(w_str);
　    if (!ob[lId]) ob[lId] = _HpbFindHiddenObj(document, lId);
　    if (ob[lId]) ob[lId].visibility = "show";
  }
  if (isN6)
  {
    ob[lId] = document.getElementById(lId);
    ob[lId].style.visibility = "visible";
  }
  if (isIE)
  {
    w_str = "document.all.item(\"" + lId + "\").style";ob[lId] = eval(w_str);
    ob[lId].visibility = "visible";
  }
}

function _HpbFindHiddenObj(doc, lId){
  for (var i=0; i < doc.layers.length; i++)
  {
    var w_str = "doc.layers[i].document." + lId;
    var obj;obj=new Array;
    obj[lId] = eval(w_str);
    if (!obj[lId]) obj[lId] = _HpbFindHiddenObj(doc.layers[i], lId);
    if (obj[lId]) return obj[lId];
  }
  return null;
}

function _HpbHideObj(lId){
  var ob;ob=new Array;
  var appVer=parseInt(navigator.appVersion);
  var isNC=false,isN6=false,isIE=false;
  if (document.all && appVer >= 4) isIE=true;
  	  else
      if (document.getElementById && appVer > 4) isN6=true;
        else
      if (document.layers && appVer >= 4) isNC=true;

  if (isNC)
  {
    w_str = "document." + lId;ob[lId] = eval(w_str);
    if (!ob[lId]) ob[lId] = _HpbFindShownObj(document, lId);
    if (ob[lId]) ob[lId].visibility = "hide";
  }
  if (isN6)
  {
    ob[lId] = document.getElementById(lId);
    ob[lId].style.visibility = "hidden";
  }
  if (isIE)
  {
    w_str = "document.all.item(\"" + lId + "\").style";ob[lId] = eval(w_str);
    ob[lId].visibility = "hidden";
  }
}

function _HpbFindShownObj(doc, lId){
  for (var i=0; i < doc.layers.length; i++)
  {
    var w_str = "doc.layers[i].document." + lId;
    var obj;obj=new Array;
    obj[lId] = eval(w_str);
    if (!obj[lId]) obj[lId] = _HpbFindShownObj(doc.layers[i], lId);
    if (obj[lId]) return obj[lId];
  }
  return null;
}

*/
function OpenSiharai(){
  window.open("../sharai.htm","","width=650,height=520");
}

function OpenFaq(){
  window.open("faq.html","","toolbar=yes,location=yea,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=350");
}

function Openjiturei() {
  window.open("jirei.html","", "toolbar=yes,location=yea,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=350");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
