<!--HPB_SCRIPT_ROV_50
//
//  Licensed Materials - Property of IBM
//  5724I83
//  (C) Copyright IBM Corp. 1995, 2005 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;
//-->



<!--HPB_SCRIPT_PLD_50

HpbImgPreload('top', 'botan/00rogo1.gif', 'botan/00rogo2.gif');

HpbImgPreload('fureai_kan', 'botan/01fureai1.gif', 'botan/01fureai2.gif');

HpbImgPreload('nature_school', 'botan/02school1.gif', 'botan/02school2.gif');

HpbImgPreload('music', 'botan/03zigyou1.gif', 'botan/03zigyou2.gif');

HpbImgPreload('schedule', 'botan/04schedule1.gif', 'botan/04schedule2.gif');

HpbImgPreload('blog', 'botan/05blog1.gif', 'botan/05blog2.gif');

HpbImgPreload('about_us', 'botan/06about1.gif', 'botan/06about2.gif');

HpbImgPreload('fureai_kan_top', 'fureai_kan/fr01.gif', 'fureai_kan/fr02.gif');

HpbImgPreload('hirusagari_concert', 'fureai_kan/fr11.gif', 'fureai_kan/fr12.gif');

HpbImgPreload('music_tea', 'fureai_kan/fr21.gif', 'fureai_kan/fr22.gif');

HpbImgPreload('muro_chorus', 'fureai_kan/fr31.gif', 'fureai_kan/fr32.gif');

HpbImgPreload('muro_donguri', 'fureai_kan/fr41.gif', 'fureai_kan/fr42.gif');

HpbImgPreload('nature_school_top', 'nature_school/sg01.gif', 'nature_school/sg02.gif');

HpbImgPreload('nature_school_sub', 'nature_school/sg11.gif', 'nature_school/sg12.gif');

HpbImgPreload('satoyama_seibi_hozen', 'nature_school/sg21.gif', 'nature_school/sg22.gif');

HpbImgPreload('concert_koenkai', 'nature_school/sg31.gif', 'nature_school/sg32.gif');

HpbImgPreload('kaisai_nittei', 'nature_school/sg41.gif', 'nature_school/sg42.gif');

HpbImgPreload('music_top', 'music/oj01.gif', 'music/oj02.gif');

HpbImgPreload('matsubokkuri', 'music/oj11.gif', 'music/oj12.gif');

HpbImgPreload('yamato_mahoroba', 'music/oj21.gif', 'music/oj22.gif');

HpbImgPreload('concert_music', 'music/oj31.gif', 'music/oj32.gif');

HpbImgPreload('cd_books', 'music/oj41.gif', 'music/oj42.gif');

HpbImgPreload('about_us_top', 'about_us/as01.gif', 'about_us/as02.gif');

HpbImgPreload('gaiyo', 'about_us/as11.gif', 'about_us/as12.gif');

HpbImgPreload('profile', 'about_us/as21.gif', 'about_us/as22.gif');

HpbImgPreload('staff', 'about_us/as31.gif', 'about_us/as32.gif');

HpbImgPreload('access', 'about_us/as41.gif', 'about_us/as42.gif');

HpbImgPreload('danin', 'about_us/as51.gif', 'about_us/as52.gif');

HpbImgPreload('toiawase', 'about_us/as61.gif', 'about_us/as62.gif');

//-->



