<!--HPB_SCRIPT_ROV_50
//
//  Licensed Materials - Property of IBM
//  5724D51
//  (C) Copyright IBM Corp. 1995, 2002 All Rights Reserved.
//

// HpbImgPreload:
//
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;
//-->

<!--
function OpenWin1(){
    win=window.open("../details/d-foundation-1.htm","new","width=450,height=530");
    win.moveTo(0,0);
}
function OpenWin2(){
    win=window.open("../details/d-foundation-2.htm","new","width=450,height=570");
    win.moveTo(0,0);
}
function OpenWin3(){
    win=window.open("../details/powder-color.htm","new","width=350,height=430");
    win.moveTo(0,0);
}
function OpenWin4(){
    win=window.open("../details/wonder-color.htm","new","width=450,height=500");
    win.moveTo(0,0);
}
function OpenWin5(){
    win=window.open("../details/higasa-3.htm","new","width=400,height=450");
    win.moveTo(0,0);
}
function OpenWin6(){
    win=window.open("../details/seramido.htm","new","width=450,height=650");
    win.moveTo(0,0);
}
function OpenWin7(){
    win=window.open("../usage/cost.htm","new","width=650,height=500");
    win.moveTo(0,0);
}
function OpenWin8(){
    win=window.open("../usage/Transfer.htm","new","width=500,height=650");
    win.moveTo(0,0);
}
function OpenWin9(){
    win=window.open("./usage/kago.htm","new","width=650,height=580");
    win.moveTo(0,0);
}
function OpenWin10(){
    win=window.open("./usage/cost.htm","new","width=650,height=500");
    win.moveTo(0,0);
}
function OpenWin11(){
    win=window.open("./usage/Transfer.htm","new","width=500,height=650");
    win.moveTo(0,0);
}

// -->