   geschichteon=new Image();
   geschichteon.src="./geschichte_hili.gif";
   geschichteoff=new Image();
   geschichteoff.src="./geschichte_noli.gif";
   
   link1on=new Image();
   link1on.src="./link1_hili.gif";
   link1off=new Image();
   link1off.src="./link1_noli.gif";

   link2on=new Image();
   link2on.src="./link2_hili.gif";
   link2off=new Image();
   link2off.src="./link2_noli.gif";

   link3on=new Image();
   link3on.src="./link3_hili.gif";
   link3off=new Image();
   link3off.src="./link3_noli.gif";

   link4on=new Image();
   link4on.src="./link4_hili.gif";
   link4off=new Image();
   link4off.src="./link4_noli.gif";

   function active(item)
      {
         imgOn=eval(item+"on.src");
         document [item].src=imgOn;
      }
   function inactive(item)
      {
         imgOff=eval(item+"off.src");
         document [item].src=imgOff;
      }

   function to_geschichte()
      {
         parent.frames.navigation.location="./navigation.html"
      }
   function to_link1()
      {
         parent.frames.navigation.location="./link1navigation.html"
      }
   function to_link2()
      {
         parent.frames.navigation.location="./link2navigation.html"
      }
   function to_link3()
      {
         parent.frames.navigation.location="./link3navigation.html"
      }
   function to_link4()
      {
         parent.frames.navigation.location="./link4navigation.html"
      }

   function over_geschichte()
      {
         window.status="Geschichten über die Geschichte des Drachenbootsports."
      }
   function over_link1()
      {
         window.status="'Dragon Boats Racing and Zong Zi' by Chung Yoon-Ngan"
      }
   function over_link2()
      {
         window.status="'The Lighter Side of Qu Yuan -- A brief history of Ddragon boating' by Andy Holmes"
      }
   function over_link3()
      {
         window.status="'The Hungry River Dragon' on Channel A"
      }
   function over_link4()
      {
         window.status="'Awakening the Dragon' by Shelagh Peirce"
      }


