
function HpbImgPreload(){
  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||isN6||isIE){
    if (document.images){
      var imgName = HpbImgPreload.arguments[0];
      var cnt;
      swImg[imgName] = new Array;
      for (cnt = 1; cnt < HpbImgPreload.arguments.length; cnt++){
        swImg[imgName][HpbImgPreload.arguments[cnt]] = new Image();
        swImg[imgName][HpbImgPreload.arguments[cnt]].src = HpbImgPreload.arguments[cnt];
      }
    }
  }
}
// HpbImgFind:
//
function HpbImgFind(doc, imgName){
  for (var i=0; i < doc.layers.length; i++){
    var img = doc.layers[i].document.images[imgName];
    if (!img) img = HpbImgFind(doc.layers[i], imgName);
    if (img) return img;
  }
  return null;
}
// HpbImgSwap:
//
function HpbImgSwap(imgName, imgSrc){
  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||isN6||isIE){
    if (document.images){
      var img = document.images[imgName];
      if (!img) img = HpbImgFind(document, imgName);
      if (img) img.src = imgSrc;
    }
  }
}
var swImg; swImg=new Array;





//flash
function RunForm(){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="150" id="new_standard" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="new_standard.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#cccccc" />');
	document.write('<embed src="new_standard.swf" quality="high" bgcolor="#cccccc" width="550" height="150" name="new_standard" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
}




//pulldown
function pullJump(mode){
  if (document.getElementById) {
    url = document.getElementById("pull")[document.getElementById("pull").selectedIndex].value;
    if( url != '' ){
      if( mode == "0" || mode == undefined) location.href = url;
      if( mode == "1" ) window.open(url,'','');
      if( mode == "2" ) window.parent.document.location.href = url;
    }
  }
}

function new_win(){
  window.open("https://www.909.co.jp/inform","","width=600,height=850");
}

