var IsNN=(navigator.appName.indexOf("Netscape")>=0)?1:0;
var HTTP = getPARAM(document.URL,"http");
var URLCODE = getPARAM(document.URL,"URLCODE");
var BEST = getPARAM(document.URL,"BEST");
if(HTTP == ""){ URLCODE = "1023101"; }
var width=730;
var height=window.screen.height*0.9;
function getDomain(source){
//引数からドメイン名を取得します
  var point1 = source.indexOf("//");
  var point2 = source.indexOf("/", point1+2);
  var action = source;
  if(point2 != -1){
    action = source.substring(0, point2);
  }
  return action;
}

function getPARAM(source, key){
//引数からkey値を取得します
  var param = "";
  if(key==""){
    var point1 = source.indexOf("?");
    if(point1>-1){
      param = source.substring(point1+1);
    }
  }else{
    var point1 = source.indexOf(key);
    if(point1>-1){
      var point2 = source.indexOf("&", point1+key.length);
      if(point2 > -1){
        param = source.substring(point1+key.length+1, point2);
      }else{
        param = source.substring(point1+key.length+1);
      }
    }
  }
  return param;
}
function Next_Click(shohin_code, nengetu){
    var href="http://www.i-tel24.com/info/"+shohin_code+".html?";
    href += "URLCODE="+URLCODE;
    href += "&NENGETU="+nengetu;
    NW = window.open ("","sisetu","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width="+width+",height="+height);
    NW.location.href = href;
    NW.focus();
}
function Yutori_Put(){
  if(URLCODE=="1023101"){
    document.write("<table border=0 cellpadding=0 cellspacing=0>");
    document.write("<tr>");
    document.write("  <TD colspan=2 ><IMG src=\"images/spacer.gif\" width=\"100%\" height=\"2\" border=\"0\"></TD>");
    document.write("<tr>");
    document.write(" <td colspan=2>");
    document.write("    <table  border=0 cellpadding=0 cellspacing=0>");
    document.write("      <tr>");
    document.write("        <td nowrap>");
    document.write("            <A href=\"javascript:Yutori_Click();\"><img src=\"../images/top_title_yutori_banner2.jpg\" border=0 width=408 height=30></a></td>");
    document.write("        <td><img src=\"images/click.gif\"></td>");
    document.write("      </tr>");
    document.write("    </table>");
    document.write("  </td>");
    document.write("</table>");
  }else{
    document.write("&nbsp;");
  }
}
function Yutori_Click(){
    var href="../info/index_10.html?";
    href += "URLCODE="+URLCODE;
    NW = window.open ("","sisetu","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width="+width+",height="+height);
    NW.location.href = href;
    NW.focus();
}
