/* Bilder fuer MouseoverNavigation */

normal1= new Image();
normal1.src = "grafik/design_1.gif";
normal1a= new Image();
normal1a.src = "grafik/info_blank.gif";
highlight1 = new Image();
highlight1.src = "grafik/design_2.gif";
highlight1a = new Image();
highlight1a.src = "grafik/info_design.gif";

normal2= new Image();
normal2.src = "grafik/print_1.gif";
highlight2 = new Image();
highlight2.src = "grafik/print_2.gif";
highlight2a = new Image();
highlight2a.src = "grafik/info_print.gif";

normal3= new Image();
normal3.src = "grafik/media_1.gif";
highlight3 = new Image();
highlight3.src = "grafik/media_2.gif";
highlight3a = new Image();
highlight3a.src = "grafik/info_media.gif";

normal4= new Image();
normal4.src = "grafik/referenzen_1.gif";
highlight4 = new Image();
highlight4.src = "grafik/referenzen_2.gif";
highlight4a = new Image();
highlight4a.src = "grafik/info_referenzen.gif";

normal5= new Image();
normal5.src = "grafik/profil_1.gif";
highlight5 = new Image();
highlight5.src = "grafik/profil_1.gif";
highlight5a = new Image();
highlight5a.src = "grafik/info_profil.gif";

normal6= new Image();
normal6.src = "grafik/kontakt_1.gif";
highlight6 = new Image();
highlight6.src = "grafik/kontakt_1.gif";
highlight6a = new Image();
highlight6a.src = "grafik/info_kontakt.gif";

normal7= new Image();
normal7.src = "grafik/start_1.gif";
highlight7 = new Image();
highlight7.src = "grafik/start_1.gif";
highlight7a = new Image();
highlight7a.src = "grafik/info_start.gif";

normal8= new Image();
normal8.src = "grafik/profil_small_1.gif";
highlight8 = new Image();
highlight8.src = "grafik/profil_small_2.gif";

normal9= new Image();
normal9.src = "grafik/design_small_1.gif";
highlight9 = new Image();
highlight9.src = "grafik/design_small_2.gif";

normal10= new Image();
normal10.src = "grafik/print_small_1.gif";
highlight10 = new Image();
highlight10.src = "grafik/print_small_2.gif";

normal11= new Image();
normal11.src = "grafik/media_small_1.gif";
highlight11 = new Image();
highlight11.src = "grafik/media_small_2.gif";

normal12= new Image();
normal12.src = "grafik/referenzen_small_1.gif";
highlight12 = new Image();
highlight12.src = "grafik/referenzen_small_2.gif";

normal13= new Image();
normal13.src = "grafik/kontakt_small_1.gif";
highlight13 = new Image();
highlight13.src = "grafik/kontakt_small_2.gif";


/* Funktionen fuer MouseOver und MouseOut in der Navigation */


function flip(bild1,ziel1,bild2,ziel2,text) 

{
	window.status = text; 
	document.images[ziel1].src = eval(bild1 +".src")
 	document.images[ziel2].src = eval(bild2 +".src")
	return true;
}


function flip2(bild1,ziel1,text) 

{
	window.status = text; 
	document.images[ziel1].src = eval(bild1 +".src")
	return true;
}
