<!--//

var links = new Array("","http://nizm.co.jp/navajo/navajo.html","http://nizm.co.jp/music/playdrum.html");

function wo1(num){
window.open(links[num],"myWindow1","toolbar=0,menuber=0,scrollbars=0,width=553,height=396,left=50, top=100")
}

function wo2(num){
window.open(links[num],"myWindow2","toolbar=0,menuber=0,scrollbars=0,width=250,height=132,left=50, top=100")
}

//end --->





     if (document.images) {
     
     img1on = new Image();
     img1on.src = "upfe3.jpg";

     img2on = new Image();
     img2on.src = "upnaja3.jpg";

     img3on = new Image();
     img3on.src = "upbac3.jpg";

     img4on = new Image();
     img4on.src = "../gif/barhome2.gif";

     img5on = new Image();
     img5on.src = "../gif/barshop2.gif";

     img6on = new Image();
     img6on.src = "../gif/barhajime2.gif";

      img7on = new Image();
      img7on.src = "../gif/barannai2.gif";

      img8on = new Image();
      img8on.src = "../gif/barsite2.gif";

     img9on = new Image();
      img9on.src = "../gif/aboutnizm2.gif";
      
       img10on = new Image();
      img10on.src = "../gif/barcolum2.gif";

     img11on = new Image();
      img11on.src = "../gif/barcontact2.gif";
     
     img9on = new Image();
      img9on.src = "../gif/aboutnizm2.gif";

       img15on = new Image();
      img15on.src = "../gif/barcontact2.gif";



       img25on = new Image();
      img25on.src = "../gif/barseiko2.gif";
     
     img26on = new Image();
      img26on.src = "../gif/shopping2.gif";





     img1off = new Image();
     img1off.src = "upfe2.jpg";

     img2off = new Image();
     img2off.src = "upnaja2.jpg";

     img3off = new Image();
     img3off.src = "upbac2.jpg";

     img4off = new Image();
     img4off.src = "../gif/barhome1.gif";

     img5off = new Image();
     img5off.src = "../gif/barshop1.gif";

     img6off = new Image();
     img6off.src = "../gif/barhajime1.gif";

      img7off = new Image();
      img7off.src = "../gif/barannai1.gif";

      img8off = new Image();
      img8off.src = "../gif/barsite1.gif";

      img9off = new Image();
      img9off.src = "../gif/aboutnizm1.gif";
      
       img10off = new Image();
      img10off.src = "../gif/barcolum1.gif";

      img11off = new Image();
      img11off.src = "../gif/barcontact1.gif";

      img25off = new Image();
      img25off.src = "../gif/barseiko1.gif";

       img26off = new Image();
      img26off.src = "../gif/shopping1.gif";

    


}

function imgOn(imgName) {
     if (document.images) {
       document[imgName].src = eval(imgName + "on.src");
      }
}

function imgOff(imgName) {
      if (document.images) {
         document[imgName].src = eval(imgName + "off.src");
      }
}

  // ヘルプチップここまで




