Button1 = new Image();
Button1.src = "/grafik/button.gif";
Highlight1 = new Image();
Highlight1.src = "/grafik/Pfeil.gif";
Text1 = new Image ();
Text1.src = "/grafik/home.gif";
Text_hl1 = new Image();
Text_hl1.src = "/grafik/home_highlighted.gif";
Text2 = new Image ();
Text2.src = "/grafik/unternehmen.gif";
Text_hl2 = new Image();
Text_hl2.src = "/grafik/unternehmen_highlighted.gif";
Text3 = new Image ();
Text3.src = "/grafik/produkte.gif";
Text_hl3 = new Image();
Text_hl3.src = "/grafik/produkte_highlighted.gif";
Text4 = new Image ();
Text4.src = "/grafik/Kontakt.gif";
Text_hl4 = new Image();
Text_hl4.src = "/grafik/Kontakt_highlighted.gif";
Button2 = new Image();
Button2.src = "/grafik/button_kl.gif";
Highlight2 = new Image();
Highlight2.src = "/grafik/Pfeil_kl.gif";
Button3 = new Image();
Button3.src = "/grafik/button_kl_t.gif";
Highlight3 = new Image();
Highlight3.src = "/grafik/Pfeil_kl_t.gif";
Button4 = new Image();
Button4.src = "/grafik/weiter.gif";
Highlight4 = new Image();
Highlight4.src = "/grafik/weiter_highlighted.gif";
Button5 = new Image();
Button5.src = "/grafik/zurueck.gif";
Highlight5 = new Image();
Highlight5.src = "/grafik/zurueck_highlighted.gif";
reg_green = new Image();
reg_green.src = "/grafik/reg_green.gif";
reg_red = new Image();
reg_red.src = "/grafik/reg_red.gif";


if(top.frames.length>0)
        {
         top.location.href=self.location;
        }

function windowclose()
	{
	 Info.close();
	}

function openinfo(file,width,height)
    {
	Fenstername = 'Bionemit_Info'
	 if(height > 500)
	 {
	  height = 500
	  width = width + 20
	  scrollbars = ',scrollbars=yes'
	 }
	 else
	 {
	 scrollbars = ',scrollbars=no'
	 }

	  if(!window.Info || Info.closed)
          {
	   if(window.name == Fenstername)
	    { 
		Fenstername = 'Bionemit_Zusatzinfo'
	    }	

          }
          else
          {
	    Info.close();
          }
      Info = window.open(file,Fenstername,'width=' + width + ',height=' + height + scrollbars + ',toolbar=no,menubar=no,resizeable=no,dependent=yes,status=no');
	Info.focus();
    }


	function Bildwechsel(Bildnr,Bildobjekt,Textnr,Textobjekt)
	{
 		window.document.images[Bildnr].src = Bildobjekt.src;
 		window.document.images[Textnr].src = Textobjekt.src;
	}
	function Textwechsel(Textnr,Textobjekt)
	{
 		window.document.images[Textnr].src = Textobjekt.src;
	}

	function Objektwechsel(ObjID,ObjName)
	{
 		window.document.images[ObjID].src = eval(ObjName + ".src");
	}
function logoff457() {
check = confirm("Abmelden? (Versuchsstadium)");
if (check == true) stop();


}

