pfad = "http://preview.bytecity.de/bahnhof-hoesel/images/navigation/"

historie1=new Image ();
historie1.src=pfad+"normal_historie_01.gif";
historie2=new Image ();
historie2.src=pfad+"over_historie_01.gif";

restaurant1=new Image ();
restaurant1.src=pfad+"normal_restaurant_01.gif";
restaurant2=new Image ();
restaurant2.src=pfad+"over_restaurant_01.gif";

anfahrt1=new Image ();
anfahrt1.src=pfad+"normal_anfahrt_01.gif";
anfahrt2=new Image ();
anfahrt2.src=pfad+"over_anfahrt_01.gif";

kontakt1=new Image ();
kontakt1.src=pfad+"normal_kontakt_01.gif";
kontakt2=new Image ();
kontakt2.src=pfad+"over_kontakt_01.gif";

impressum1=new Image ();
impressum1.src=pfad+"normal_impressum_01.gif";
impressum2=new Image ();
impressum2.src=pfad+"over_impressum_01.gif";


var a, Bild;
function tauschen (a, Bild)
{
	window.document.images[a].src=Bild.src;
}
