 
but1=new Image ();
but1.src="../e_img/nav_apartment.gif";
but2=new Image ();
but2.src="../e_img/nav_apartment1.gif";

but3=new Image ();
but3.src="../e_img/nav_ausstattung.gif";
but4=new Image ();
but4.src="../e_img/nav_ausstattung1.gif";

but5=new Image ();
but5.src="../e_img/nav_info.gif";
but6=new Image ();
but6.src="../e_img/nav_info1.gif";

but7=new Image ();
but7.src="../e_img/nav_preise.gif";
but8=new Image ();
but8.src="../e_img/nav_preise1.gif";

but9=new Image ();
but9.src="../e_img/nav_kontakt.gif";
but10=new Image ();
but10.src="../e_img/nav_kontakt1.gif";

but11=new Image ();
but11.src="../img/lage_ganz.gif";
but12=new Image ();
but12.src="../img/lage_zoom.gif";


foto1=new Image ();
foto1.src="../img/foto.jpg";
foto2=new Image ();
foto2.src="../img/foto1.jpg";
foto3=new Image ();
foto3.src="../img/foto3.jpg";
foto4=new Image ();
foto4.src="../img/foto4.jpg";
foto5=new Image ();
foto5.src="../img/foto5.jpg";
foto6=new Image ();
foto6.src="../img/foto6.jpg";
foto7=new Image ();
foto7.src="../img/foto7.jpg";
foto8=new Image ();
foto8.src="../img/foto8.jpg";


function change(Bildnr,Bildobjekt)
{
window.document.images[Bildnr].src=Bildobjekt.src;
}