<!--

   self.name="main";

   if (document.images)
   {
      img1on = new Image(); img1off = new Image(); img1on.src = "art/buttons/home_on.jpg"; img1off.src = "art/buttons/home_off.jpg";
      img2on = new Image(); img2off = new Image(); img2on.src = "art/buttons/bomvaso_on.gif"; img2off.src = "art/buttons/bomvaso_off.gif";
      img3on = new Image(); img3off = new Image(); img3on.src = "art/buttons/cajetas_on.gif"; img3off.src = "art/buttons/cajetas_off.gif";
      img4on = new Image(); img4off = new Image(); img4on.src = "art/buttons/chacachaca_on.gif"; img4off.src = "art/buttons/chacachaca_off.gif";
      img5on = new Image(); img5off = new Image(); img5on.src = "art/buttons/circuspeanuts_on.gif"; img5off.src = "art/buttons/circuspeanuts_off.gif";
      img6on = new Image(); img6off = new Image(); img6on.src = "art/buttons/doublezout_on.gif"; img6off.src = "art/buttons/doublezout_off.gif";
      img7on = new Image(); img7off = new Image(); img7on.src = "art/buttons/suckers_on.gif"; img7off.src = "art/buttons/suckers_off.gif";
      img8on = new Image(); img8off = new Image(); img8on.src = "art/buttons/happyplum_on.gif"; img8off.src = "art/buttons/happyplum_off.gif";
      img9on = new Image(); img9off = new Image(); img9on.src = "art/buttons/indydedos_on.gif"; img9off.src = "art/buttons/indydedos_off.gif";
      img10on = new Image(); img10off = new Image(); img10on.src = "art/buttons/pico_on.gif"; img10off.src = "art/buttons/pico_off.gif";
      img11on = new Image(); img11off = new Image(); img11on.src = "art/buttons/sabroso_on.gif"; img11off.src = "art/buttons/sabroso_off.gif";
      img12on = new Image(); img12off = new Image(); img12on.src = "art/buttons/tamarind_on.gif"; img12off.src = "art/buttons/tamarind_off.gif";
      img13on = new Image(); img13off = new Image(); img13on.src = "art/buttons/tigereye_on.gif"; img13off.src = "art/buttons/tigereye_off.gif";
      img14on = new Image(); img14off = new Image(); img14on.src = "art/buttons/aboutauthors_on.jpg"; img14off.src = "art/buttons/aboutauthors_off.jpg";
      img15on = new Image(); img15off = new Image(); img15on.src = "art/buttons/email_on.jpg"; img15off.src = "art/buttons/email_off.jpg";
      img16on = new Image(); img16off = new Image(); img16on.src = "art/buttons/new_on.jpg"; img16off.src = "art/buttons/new_off.jpg";
      img17on = new Image(); img17off = new Image(); img17on.src = "art/buttons/stupidletters_on.jpg"; img17off.src = "art/buttons/stupidletters_off.jpg";
      img18on = new Image(); img18off = new Image(); img18on.src = "art/buttons/cisne_on.gif"; img18off.src = "art/buttons/cisne_off.gif";
      img19on = new Image(); img19off = new Image(); img19on.src = "art/buttons/mylove_on.gif"; img19off.src = "art/buttons/mylove_off.gif";
      img20on = new Image(); img20off = new Image(); img20on.src = "art/buttons/fizzymilk_on.gif"; img20off.src = "art/buttons/fizzymilk_off.gif";
   }

   function imgAct(img)
   {
      if (document.images)
      {
         document[img].src = eval(img + "on.src");
      }
   }

   function imgDeact(img)
   {
      if (document.images)
      {
         document[img].src = eval(img + "off.src");
      }
   }

   function createWindow(url,name,size)
   {
      wind = window.open(url,name,size);
   }

   function gotopage(list) 
   {
      location.href = list.options[list.selectedIndex].value;
   }

// -->