
<!--   <!--button-->
b1 = new Image(); b1.src ="./img/but_home_hov.gif";
b2 = new Image(); b2.src ="./img/but_home_pas.gif";
b3 = new Image(); b3.src ="./img/but_halei_hov.gif";
b4 = new Image(); b4.src ="./img/but_halei_pas.gif";
b5 = new Image(); b5.src ="./img/but_dialei_hov.gif";
b6 = new Image(); b6.src ="./img/but_dialei_pas.gif";
b7 = new Image(); b7.src ="./img/but_wulei_hov.gif";
b8 = new Image(); b8.src ="./img/but_wulei_pas.gif";
b9 = new Image(); b9.src ="./img/but_praxis_hov.gif";
b10= new Image(); b10.src="./img/but_praxis_pas.gif";
b11= new Image(); b11.src="./img/but_termin_hov.gif";
b12= new Image(); b12.src="./img/but_termin_pas.gif";
b13= new Image(); b13.src="./img/but_fahrt_hov.gif";
b14= new Image(); b14.src="./img/but_fahrt_pas.gif";
b15= new Image(); b15.src="./img/but_news_hov.gif";
b16= new Image(); b16.src="./img/but_news_pas.gif";
b17= new Image(); b17.src="./img/but_links_hov.gif";
b18= new Image(); b18.src="./img/but_links_pas.gif";

function bildwechsel(ort1,datei1)
{
        window.document.images[ort1].src=datei1.src;
}
//-->

<!--

function openPopup(breit,hoch){
        //alert("anzeigebereich: "+breit+" x "+hoch);
        pop1 = window.open("","pop1","width="+breit+",height="+hoch+",innerWidth="+breit+",innerHeight="+hoch);
        //pop1.outerWidth = 408;
        //pop1.outerHeight= 420;
        //pop1.innerWidth = 400;
        //pop1.innerHeight= 400;
        //alert("gesamtbreite: "+pop1.outerWidth+" und gesamthöhe: "+pop1.outerHeight);
        //pop1.moveTo(0,0);
        //pop1.locationbar.visible = false;
        //pop1.menubar.visible = false;
        //pop1.personalbar.visible = false;
        //pop1.scrollbars.visible = false;
        //pop1.statusbar.visible = false;
        //pop1.toolbar.visible = false;
        //pop1.document.title = titel;
        pop1.focus();
}

//-->
