 <!--



                     browserName = navigator.appName;

                     browserVer = parseInt(navigator.appVersion);

                     if ((browserName = "Netscape" && browserVer >= 3) || (browserVer

                 >=4)) {

                         version = "n3";

                     } else {

                         version = "n2";

                     }



                     if (version == "n3") {



                     Normalbutton1 = new Image();             /* Erster Button */

                     Normalbutton1.src = "img/philosophie.gif";

                     Highlightbutton1 = new Image();

                     Highlightbutton1.src = "img/philosophie_o.gif";



                     Normalbutton2 = new Image();             /* 2ter Button */

                     Normalbutton2.src = "img/agentur.gif";

                     Highlightbutton2 = new Image();

                     Highlightbutton2.src = "img/agentur_o.gif";
					 
					 
					 Normalbutton2b = new Image();             /* 2bter Button */

                     Normalbutton2b.src = "img/arbeitsweise.gif";

                     Highlightbutton2b = new Image();

                     Highlightbutton2b.src = "img/arbeitsweise_o.gif";
					 
					 
					 Normalbutton2c = new Image();             /* 2cter Button */

                     Normalbutton2c.src = "img/management.gif";

                     Highlightbutton2c = new Image();

                     Highlightbutton2c.src = "img/management_o.gif";
					 
					 
					 Normalbutton2d = new Image();             /* 2dter Button */

                     Normalbutton2d.src = "img/inhaber.gif";

                     Highlightbutton2d = new Image();

                     Highlightbutton2d.src = "img/inhaber_o.gif";
					 
					 
					 Normalbutton2e = new Image();             /* 2eter Button */

                     Normalbutton2e.src = "img/leistungen.gif";

                     Highlightbutton2e = new Image();

                     Highlightbutton2e.src = "img/leistungen_o.gif";
					 
					 
					 Normalbutton2f = new Image();             /* 2fter Button */

                     Normalbutton2f.src = "img/fakten.gif";

                     Highlightbutton2f = new Image();

                     Highlightbutton2f.src = "img/fakten_o.gif";



                     Normalbutton3 = new Image();             /* 3ter Button */

                     Normalbutton3.src = "img/erfahrungen.gif";

                     Highlightbutton3 = new Image();

                     Highlightbutton3.src = "img/erfahrungen_o.gif";
					 
					 
					 Normalbutton3a = new Image(); 	           /* 3ater Button */

                     Normalbutton3a.src = "img/kunden.gif";

                     Highlightbutton3a = new Image();

                     Highlightbutton3a.src = "img/kunden_o.gif";
					 
					 
					 Normalbutton3b = new Image();             /* 3bter Button */

                     Normalbutton3b.src = "img/referenzen.gif";

                     Highlightbutton3b = new Image();

                     Highlightbutton3b.src = "img/referenzen_o.gif";
					 
					 
					 
					 Normalbutton3c = new Image();             /* 3cter Button */

                     Normalbutton3c.src = "img/zeit.gif";

                     Highlightbutton3c = new Image();

                     Highlightbutton3c.src = "img/zeit_o.gif";
					 
					 
					 Normalbutton3d = new Image();             /* 3dter Button */

                     Normalbutton3d.src = "img/stern.gif";

                     Highlightbutton3d = new Image();

                     Highlightbutton3d.src = "img/stern_o.gif";
					 
					 
					 Normalbutton3e = new Image();             /* 3eter Button */

                     Normalbutton3e.src = "img/win24.gif";

                     Highlightbutton3e = new Image();

                     Highlightbutton3e.src = "img/win24_o.gif";
					 
					 
					 Normalbutton3f = new Image();             /* 3fter Button */

                     Normalbutton3f.src = "img/fragebogen.gif";

                     Highlightbutton3f = new Image();

                     Highlightbutton3f.src = "img/fragebogen_o.gif";



                     Normalbutton4 = new Image();             /* 4ter Button */

                     Normalbutton4.src = "img/kontakt.gif";

                     Highlightbutton4 = new Image();

                     Highlightbutton4.src = "img/kontakt_o.gif";
					 
					 
					 Normalbutton4b = new Image();             /* 4cter Button */

                     Normalbutton4b.src = "img/kontaktformular.gif";

                     Highlightbutton4b = new Image();

                     Highlightbutton4b.src = "img/kontaktformular_o.gif";
					 
					 
					 Normalbutton4c = new Image();             /* 4cter Button */

                     Normalbutton4c.src = "img/adresse.gif";

                     Highlightbutton4c = new Image();

                     Highlightbutton4c.src = "img/adresse_o.gif";

					 
                  }



                     function ion(Bildnr)

                     {

                     if (version=="n3") {



                      window.document.images[Bildnr].src = eval("Highlight" +

                 Bildnr).src;

                     }

                     }



                     function ioff(Bildnr)

                     {

                     if (version=="n3") {

                      window.document.images[Bildnr].src = eval("Normal" + Bildnr).src;

                     }

                     }

                 //-->
