TextInBrowser = "Windheim Website";

Sta01 = "Windheim Website ===> "
buttonHOon  = new Image();buttonHOon.src  = "images/b_HO_o.GIF";
buttonHOoff = new Image();buttonHOoff.src = "images/b_HO_n.GIF";
buttonHOsel = new Image();buttonHOsel.src = "images/b_HO_s.GIF";
StaTextHO   = Sta01+"Homepage";
buttonWIon  = new Image();buttonWIon.src  = "images/b_WI_o.GIF";
buttonWIoff = new Image();buttonWIoff.src = "images/b_WI_n.GIF";
buttonWIsel = new Image();buttonWIsel.src = "images/b_WI_s.GIF";
StaTextWI   = Sta01+"Die Windheim's";
buttonDWon  = new Image();buttonDWon.src  = "images/b_DW_o.GIF";
buttonDWoff = new Image();buttonDWoff.src = "images/b_DW_n.GIF";
buttonDWsel = new Image();buttonDWsel.src = "images/b_DW_s.GIF";
StaTextDW   = Sta01+"Fa.Dräger";
buttonDGon  = new Image();buttonDGon.src  = "images/b_DG_o.GIF";
buttonDGoff = new Image();buttonDGoff.src = "images/b_DG_n.GIF";
buttonDGsel = new Image();buttonDGsel.src = "images/b_DG_s.GIF";
StaTextDG   = Sta01+"Dagmar's Galerie";
buttonPCon  = new Image();buttonPCon.src  = "images/b_PC_o.GIF";
buttonPCoff = new Image();buttonPCoff.src = "images/b_PC_n.GIF";
buttonPCsel = new Image();buttonPCsel.src = "images/b_PC_s.GIF";
StaTextPC   = Sta01+"Computer";
buttonHTon  = new Image();buttonHTon.src  = "images/b_HT_o.GIF";
buttonHToff = new Image();buttonHToff.src = "images/b_HT_n.GIF";
buttonHTsel = new Image();buttonHTsel.src = "images/b_HT_s.GIF";
StaTextHT   = Sta01+"HTML-Tipps";
buttonJSon  = new Image();buttonJSon.src  = "images/b_JS_o.GIF";
buttonJSoff = new Image();buttonJSoff.src = "images/b_JS_n.GIF";
buttonJSsel = new Image();buttonJSsel.src = "images/b_JS_s.GIF";
StaTextJS   = Sta01+"JavaScript Ecke";
buttonPEon  = new Image();buttonPEon.src  = "images/b_PE_o.GIF";
buttonPEoff = new Image();buttonPEoff.src = "images/b_PE_n.GIF";
buttonPEsel = new Image();buttonPEsel.src = "images/b_PE_s.GIF";
StaTextPE   = Sta01+"CGI/Perl Ecke";
buttonMCon  = new Image();buttonMCon.src  = "images/b_MC_o.GIF";
buttonMCoff = new Image();buttonMCoff.src = "images/b_MC_n.GIF";
buttonMCsel = new Image();buttonMCsel.src = "images/b_MC_s.GIF";
StaTextMC   = Sta01+"8051-Page";
buttonMRon  = new Image();buttonMRon.src  = "images/b_MR_o.GIF";
buttonMRoff = new Image();buttonMRoff.src = "images/b_MR_n.GIF";
buttonMRsel = new Image();buttonMRsel.src = "images/b_MR_s.GIF";
StaTextMR   = Sta01+"Motorrad-Page";
buttonLIon  = new Image();buttonLIon.src  = "images/b_LI_o.GIF";
buttonLIoff = new Image();buttonLIoff.src = "images/b_LI_n.GIF";
buttonLIsel = new Image();buttonLIsel.src = "images/b_LI_s.GIF";
StaTextNW   = Sta01+"Der Name Windheim";
buttonLIon  = new Image();buttonLIon.src  = "images/b_LI_o.GIF";
buttonLIoff = new Image();buttonLIoff.src = "images/b_LI_n.GIF";
buttonLIsel = new Image();buttonLIsel.src = "images/b_LI_s.GIF";
StaTextLI   = Sta01+"Links";
buttonKLon  = new Image();buttonKLon.src  = "images/b_KL_o.GIF";
buttonKLoff = new Image();buttonKLoff.src = "images/b_KL_n.GIF";
buttonKLsel = new Image();buttonKLsel.src = "images/b_KL_s.GIF";
StaTextKL   = Sta01+"Klassentreffen";
buttonSTon  = new Image();buttonSTon.src  = "images/b_ST_o.GIF";
buttonSToff = new Image();buttonSToff.src = "images/b_ST_n.GIF";
buttonSTsel = new Image();buttonSTsel.src = "images/b_ST_s.GIF";
StaTextST   = Sta01+"Statistik";
buttonGBon  = new Image();buttonGBon.src  = "images/b_GB_o.GIF";
buttonGBoff = new Image();buttonGBoff.src = "images/b_GB_n.GIF";
buttonGBsel = new Image();buttonGBsel.src = "images/b_GB_s.GIF";
StaTextGB   = Sta01+"Gästebuch";
StaTextG2   = Sta01+"Ein neuer Eintrag fuers Gaestebuch";
buttonIPon  = new Image();buttonIPon.src  = "images/b_IP_o.GIF";
buttonIPoff = new Image();buttonIPoff.src = "images/b_IP_n.GIF";
buttonIPsel = new Image();buttonIPsel.src = "images/b_IP_s.GIF";

StaTextA  = Sta01+"AdVerWa - Die Datenbank";
StaTextL  = Sta01+"Linkdatenbank - Testbetrieb";
StaTextW  = Sta01+"Windheim Webdesign";
StaTextG  = Sta01+"Dagmars Galerie";



StaTextLI   = Sta01+"Linkdatenbank";
StaTextIP   = Sta01+"Impressum";
StaTextDanke = "Ihre Buchungsanfrage wurde abgesendet";
StaTextMail = "Möchten Sie uns eine E-Mail schreiben?";
StaTrenn    = " ==> ";

function Bildwechsel(nr,bild)
{
     self.document.images[nr].src = bild.src;
}

