/*----------------------------------------
//erstellt von CityneT (FH) 2005-11-11
//Projekt Museum Georg Schäfer
//--------------------------------------*/

/*----------------------------------------
//Bildwechsel in Navigation
//--------------------------------------*/


aktuellan = new Image(78, 16);
aktuellan.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_04.gif"; 
aktuellaus = new Image(78, 16);
aktuellaus.src = "../../pcx/navi_uk/menue_mgs_engl_04.gif"; 

terminan = new Image(78, 13);
terminan.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_06.gif"; 
terminaus = new Image(78, 13);
terminaus.src = "../../pcx/navi_uk/menue_mgs_engl_06.gif"; 

kalenderan = new Image(78, 23);
kalenderan.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_08.gif"; 
kalenderaus = new Image(78, 23);
kalenderaus.src = "../../pcx/navi_uk/menue_mgs_engl_08.gif"; 

infoan = new Image(78, 15);
infoan.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_12.gif"; 
infoaus = new Image(78, 15);
infoaus.src = "../../pcx/navi_uk/menue_mgs_engl_12.gif"; 

publikationenan = new Image(78, 11);
publikationenan.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_14.gif"; 
publikationenaus = new Image(78, 11);
publikationenaus.src = "../../pcx/navi_uk/menue_mgs_engl_14.gif"; 

pressean = new Image(78, 11);
pressean.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_16.gif"; 
presseaus = new Image(78, 11);
presseaus.src = "../../pcx/navi_uk/menue_mgs_engl_16.gif"; 

museuman = new Image(78, 15);
museuman.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_20.gif"; 
museumaus = new Image(78, 15);
museumaus.src = "../../pcx/navi_uk/menue_mgs_engl_20.gif"; 

sammlungan = new Image(78, 12);
sammlungan.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_22.gif"; 
sammlungaus = new Image(78, 12);
sammlungaus.src = "../../pcx/navi_uk/menue_mgs_engl_22.gif"; 

projektan = new Image(78, 12);
projektan.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_24.gif"; 
projektaus = new Image(78, 12);
projektaus.src = "../../pcx/navi_uk/menue_mgs_engl_24.gif"; 

gebauan = new Image(78, 12);
gebauan.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_26.gif"; 
gebauaus = new Image(78, 12);
gebauaus.src = "../../pcx/navi_uk/menue_mgs_engl_26.gif"; 

workeran = new Image(78, 12);
workeran.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_28.gif"; 
workeraus = new Image(78, 12);
workeraus.src = "../../pcx/navi_uk/menue_mgs_engl_28.gif"; 

anfahrtan = new Image(78, 25);
anfahrtan.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_34.gif"; 
anfahrtaus = new Image(78, 25);
anfahrtaus.src = "../../pcx/navi_uk/menue_mgs_engl_34.gif"; 

shopan = new Image(78, 27);
shopan.src = "../../pcx/navi_uk/menue_mgs_engl_weiss_38.gif"; 
shopaus = new Image(78, 27);
shopaus.src = "../../pcx/navi_uk/menue_mgs_engl_38.gif"; 

newsan = new Image(78, 15);
newsan.src = "../../pcx/navi_dt/menue_mgs_041005_w_42.gif"; 
newsaus = new Image(78, 15);
newsaus.src = "../../pcx/navi_dt/menue_mgs_041005_42.gif"; 

function an(bildName)
         {
         bildan = eval(bildName + "an.src");
         document [bildName].src = bildan;
         }

function aus(bildName)
         {
         bildaus = eval(bildName + "aus.src");
         document [bildName].src = bildaus;
         }
		 
/*----------------------------------------
//Framewechsel in Navigation
//--------------------------------------*/
		 
	function change_aktuell()
	   {	
	    parent.haupt.location.href="../aktuell/aktuell.cfm";
	    parent.bild.location.href="../aktuell/bild-aktuell.cfm";
	    parent.kopf.location.href="../aktuell/kopf.cfm";
	    parent.fuss.location.href="../aktuell/fuss.cfm";
	   }

	function change_termine()
	   {	
	    parent.haupt.location.href="../termine/termine.cfm";
	    parent.bild.location.href="../../dt/kalender/bild-kalender.cfm";
	    parent.kopf.location.href="../termine/kopf.cfm";
	    parent.fuss.location.href="../termine/fuss.cfm";
	   }

	function change_kalender()
	   {	
	    parent.haupt.location.href="../kalender/kalender.cfm";
	    parent.bild.location.href="../../dt/kalender/bild-kalender.cfm";
	    parent.kopf.location.href="../kalender/kopf.cfm";
	    parent.fuss.location.href="../kalender/fuss.cfm";
	   }
	   
	function change_info()
	   {	
	    parent.haupt.location.href="../info/info.cfm";
	    parent.bild.location.href="../info/bild-info.cfm";
	    parent.kopf.location.href="../info/kopf.cfm";
	    parent.fuss.location.href="../info/fuss.cfm";
	   }

	function change_publikationen()
	   {	
	    parent.haupt.location.href="../publikationen/publikationen.cfm";
	    parent.bild.location.href="../publikationen/bild-publikationen.cfm";
	    parent.kopf.location.href="../publikationen/kopf.cfm";
	    parent.fuss.location.href="../publikationen/fuss.cfm";
	   }

	function change_presse()
	   {	
	    parent.haupt.location.href="../presse/presse.cfm";
	    parent.bild.location.href="../presse/bild-presse.cfm";
	    parent.kopf.location.href="../presse/kopf.cfm";
	    parent.fuss.location.href="../presse/fuss.cfm";
	   }

	function change_museum()
	   {	
	    parent.haupt.location.href="../museum/museum.cfm";
	    parent.bild.location.href="../museum/bild-museum.cfm";
	    parent.kopf.location.href="../museum/kopf.cfm";
	    parent.fuss.location.href="../museum/fuss.cfm";
	   }

	function change_sammlung()
	   {	
	    parent.haupt.location.href="../museum/sammlung.cfm";
	    parent.bild.location.href="../museum/bild-sammlung.cfm";
	    parent.kopf.location.href="../museum/kopf-sammlung.cfm";
	    parent.fuss.location.href="../museum/fuss.cfm";
	   }

	function change_projekt()
	   {	
	    parent.haupt.location.href="../museum/projekt.cfm";
	    parent.bild.location.href="../museum/bild-mgsn2.cfm";
	    parent.kopf.location.href="../museum/kopf-projekt.cfm";
	    parent.fuss.location.href="../museum/fuss.cfm";
	   }

	function change_gebaeude()
	   {	
	    parent.haupt.location.href="../museum/gebaeude.cfm";
	    parent.bild.location.href="../museum/bild-mgsn.cfm";
	    parent.kopf.location.href="../museum/kopf-gebaeude.cfm";
	    parent.fuss.location.href="../museum/fuss.cfm";
	   }

	function change_praesentation()
	   {	
	    parent.haupt.location.href="../museum/praesentation.cfm";
	    parent.bild.location.href="../museum/bild-praesentation.cfm";
	    parent.kopf.location.href="../museum/kopf-praesentation.cfm";
	    parent.fuss.location.href="../museum/fuss.cfm";
	   }
	   
	function change_mitarbeiter()
	   {	
	    parent.haupt.location.href="../museum/mitarbeiter.cfm";
	    parent.bild.location.href="../museum/bild-mitarbeiter.cfm";
	    parent.kopf.location.href="../museum/kopf-mitarbeiter.cfm";
	    parent.fuss.location.href="../museum/fuss.cfm";
	   }

   	function change_anfahrt()
	   {	
	    parent.haupt.location.href="../anfahrt/anfahrt.cfm";
	    parent.bild.location.href="../anfahrt/bild-anfahrt.cfm";
	    parent.kopf.location.href="../anfahrt/kopf.cfm";
	    parent.fuss.location.href="../anfahrt/fuss.cfm";
	   }

	function change_shop()
	   {	
	    parent.haupt.location.href="../shop/shop.cfm";
	    parent.bild.location.href="../shop/bild-shop.cfm";
	    parent.kopf.location.href="../shop/kopf.cfm";
	    parent.fuss.location.href="../shop/fuss.cfm";
       }
	   
	function change_meister()
	   {	
	    parent.haupt.location.href="../meister/meister.shtml";
	    parent.bild.location.href="../meister/bild-meister.shtml";
	    parent.kopf.location.href="../meister/kopf.shtml";
	    parent.fuss.location.href="../meister/fuss.shtml";
       }
		 
	function change_news()
	   {	
	    parent.haupt.location.href="../newsletter/subscribe.cfm";
	    parent.bild.location.href="../newsletter/bild-news.cfm";
	    parent.kopf.location.href="../newsletter/kopf.cfm";
	    parent.fuss.location.href="../newsletter/fuss.cfm";
       }
	   
/*----------------------------------------
//copyright CityneT GmbH, 2001-2005
//--------------------------------------*/
