﻿       pic1on = new Image( );
       pic1on.src = "images/main01_roll.gif";
       pic2on = new Image( );
       pic2on.src = "images/main02_roll.gif";
       pic3on = new Image( );
       pic3on.src = "images/main03_roll.gif";
       pic4on = new Image( );
       pic4on.src = "images/main04_roll.gif";
       pic5on = new Image( );
       pic5on.src = "images/main05_roll.gif";
       pic6on = new Image( );
       pic6on.src = "images/main06_roll.gif";

       pic1off = new Image( );
       pic1off.src = "images/main01.gif";
       pic2off = new Image( );
       pic2off.src = "images/main02.gif";
       pic3off = new Image( );
       pic3off.src = "images/main03.gif";
       pic4off = new Image( );
       pic4off.src = "images/main04.gif";
       pic5off = new Image( );
       pic5off.src = "images/main05.gif";
       pic6off = new Image( );
       pic6off.src = "images/main06.gif";
       
  function img_act (imgName)   {
      imgOn = eval (imgName + "on.src");
      document [imgName].src = imgOn;
      }

  function img_inact (imgName)   {
      imgOff = eval (imgName + "off.src");
      document [imgName].src = imgOff;
      }
