<!--
// ImgPreload:
//
function ImgPreload(){
  var appVer=parseInt(navigator.appVersion);
  if (document.images){
    var imgName = ImgPreload.arguments[0];
    var cnt;
    swImg[imgName] = new Array;
    for (cnt = 1; cnt < ImgPreload.arguments.length; cnt++){
      swImg[imgName][ImgPreload.arguments[cnt]] = new Image();
      swImg[imgName][ImgPreload.arguments[cnt]].src = ImgPreload.arguments[cnt];
    }
  }
}
// ImgFind:
//
function ImgFind(doc, imgName){
  for (var i=0; i < doc.layers.length; i++){
    var img = doc.layers[i].document.images[imgName];
    if (!img) img = ImgFind(doc.layers[i], imgName);
    if (img) return img;
  }
  return null;
}
// ImgSwap:
//
function ImgSwap(imgName, imgSrc){
  var appVer=parseInt(navigator.appVersion);
  if (document.images){
    var img = document.images[imgName];
    if (!img) img = ImgFind(document, imgName);
    if (img) img.src = imgSrc;
  }
}
var swImg; swImg=new Array;


function disp(url){
  window.open(url, "qa_window", "width=650,height=800,scrollbars=yes,resizable=yes,status=yes");
}

function disp_dia(url){
  window.open(url, "dia_window", "width=350,height=500,scrollbars=yes,resizable=yes,status=yes");
}

function disp_mob(url){
  window.open(url, "mob_window", "width=490,height=500,scrollbars=yes,resizable=yes,status=yes");
}

function disp_cnv(url){
  window.open(url, "cnv_window", "width=490,height=370,scrollbars=yes,resizable=yes,status=yes");
}

function disp_yoyaku(url){
  window.open(url, "yoyaku_window", "width=490,height=600,scrollbars=yes,resizable=yes,status=yes");
}

function disp_tomo(url){
  window.open(url, "tomo_window", "width=490,height=670,scrollbars=yes,resizable=yes,status=yes");
}

function disp_sponsor(url){
  window.open(url, "sponsor_window", "width=490,height=400,scrollbars=yes,resizable=yes,status=yes");
}

function disp_price(url){
  window.open(url, "price_window", "width=560,height=870,scrollbars=yes,resizable=yes,status=yes");
}

function disp_kouen(url){
  window.open(url, "kouen_window", "width=490,height=700,scrollbars=yes,resizable=yes,status=yes");
}
//-->

<!--
ImgPreload('_ROLLOVER1', '/btns/01.gif', '/btns/01s.gif');
ImgPreload('_ROLLOVER2', '/btns/02.gif', '/btns/02s.gif');
ImgPreload('_ROLLOVER3', '/btns/03.gif', '/btns/03s.gif');
ImgPreload('_ROLLOVER4', '/btns/04.gif', '/btns/04s.gif');
ImgPreload('_ROLLOVER5', '/btns/05.gif', '/btns/05s.gif');
ImgPreload('_ROLLOVER6', '/btns/06.gif', '/btns/06s.gif');
//-->
