  <!--
  Normal1 = new Image(); 
  Normal1.src = "Images/pca_menu_1g.gif"; 
  Highlight1 = new Image(); 
  Highlight1.src = "Images/pca_menu_1r.gif"; 

  Normal2 = new Image(); 
  Normal2.src = "Images/pca_menu_2g.gif"; 
  Highlight2 = new Image(); 
  Highlight2.src = "Images/pca_menu_2r.gif"; 

  Normal3 = new Image(); 
  Normal3.src = "Images/pca_menu_3g.gif"; 
  Highlight3 = new Image(); 
  Highlight3.src = "Images/pca_menu_3r.gif"; 

  Normal4 = new Image(); 
  Normal4.src = "Images/pca_menu_4g.gif"; 
  Highlight4 = new Image(); 
  Highlight4.src = "Images/pca_menu_4r.gif"; 

  Normal5 = new Image(); 
  Normal5.src = "Images/pca_menu_5g.gif"; 
  Highlight5 = new Image(); 
  Highlight5.src = "Images/pca_menu_5r.gif"; 

  Normal6 = new Image(); 
  Normal6.src = "Images/pca_menu_6g.gif"; 
  Highlight6 = new Image(); 
  Highlight6.src = "Images/pca_menu_6r.gif"; 

  Normal7 = new Image(); 
  Normal7.src = "Images/pca_menu_7g.gif"; 
  Highlight7 = new Image(); 
  Highlight7.src = "Images/pca_menu_7r.gif"; 

  function Bildwechsel(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }
  //-->
