    <!--
	  
      Normal1 = new Image();
      Normal1.src = "./gfx/bt_home_00.jpg";
      Highlight1 = new Image();
      Highlight1.src = "./gfx/bt_home_01.jpg";
      Normal2 = new Image();
      Normal2.src = "./gfx/bt_globalaktiv_00.jpg";
      Highlight2 = new Image();
      Highlight2.src = "./gfx/bt_globalaktiv_01.jpg";	  
      Normal3 = new Image();
      Normal3.src = "./gfx/bt_kompetenzen_00.jpg";
      Highlight3 = new Image();
      Highlight3.src = "./gfx/bt_kompetenzen_01.jpg";	
      Normal4 = new Image();
      Normal4.src = "./gfx/bt_dienstleistungen_00.jpg";
      Highlight4 = new Image();
      Highlight4.src = "./gfx/bt_dienstleistungen_01.jpg";	
      Normal5 = new Image();
      Normal5.src = "./gfx/bt_branchen_00.jpg";
      Highlight5 = new Image();
      Highlight5.src = "./gfx/bt_branchen_01.jpg";	
      Normal6 = new Image();
      Normal6.src = "./gfx/bt_foerderung_00.jpg";
      Highlight6 = new Image();
      Highlight6.src = "./gfx/bt_foerderung_01.jpg";	
      Normal7 = new Image();
      Normal7.src = "./gfx/bt_kontakt_00.jpg";
      Highlight7 = new Image();
      Highlight7.src = "./gfx/bt_kontakt_01.jpg";	
      Normal8 = new Image();
      Normal8.src = "./gfx/bt_intranet_00.jpg";
      Highlight8 = new Image();
      Highlight8.src = "./gfx/bt_intranet_01.jpg";	
      Normal10 = new Image();
      Normal10.src = "./gfx/bt_img_version_portugal_00.jpg";
      Highlight10 = new Image();
      Highlight10.src = "./gfx/bt_img_version_portugal_01.jpg";	
      Normal11 = new Image();
      Normal11.src = "./gfx/bt_img_version_german_00.jpg";
      Highlight11 = new Image();
      Highlight11.src = "./gfx/bt_img_version_german_01.jpg";		  	  


      function Bildwechsel(Bildnr,Bildobjekt)
      {
        window.document.images[Bildnr].src = Bildobjekt.src;
      }
    //-->