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

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


aktuellan = new Image(78, 16);
aktuellan.src = "../../pcx/navi_dt/menue_mgs_041005_w_08.gif"; 
aktuellaus = new Image(78, 16);
aktuellaus.src = "../../pcx/navi_dt/menue_mgs_041005_08.gif"; 

terminan = new Image(78, 13);
terminan.src = "../../pcx/navi_dt/menue_mgs_041005_w_06.gif"; 
terminaus = new Image(78, 13);
terminaus.src = "../../pcx/navi_dt/menue_mgs_041005_06.gif"; 

ausstellungenan = new Image(78, 23);
ausstellungenan.src = "../../pcx/navi_dt/menue_mgs_041005_04.gif"; 
ausstellungenaus = new Image(78, 23);
ausstellungenaus.src = "../../pcx/navi_dt/menue_mgs_041005_04.gif"; 

infoan = new Image(78, 15);
infoan.src = "../../pcx/navi_dt/menue_mgs_041005_w_12.gif"; 
infoaus = new Image(78, 15);
infoaus.src = "../../pcx/navi_dt/menue_mgs_041005_12.gif"; 

publikationenan = new Image(78, 11);
publikationenan.src = "../../pcx/navi_dt/menue_mgs_041005_w_14.gif"; 
publikationenaus = new Image(78, 11);
publikationenaus.src = "../../pcx/navi_dt/menue_mgs_041005_14.gif"; 

pressean = new Image(78, 11);
pressean.src = "../../pcx/navi_dt/menue_mgs_041005_w_16.gif"; 
presseaus = new Image(78, 11);
presseaus.src = "../../pcx/navi_dt/menue_mgs_041005_16.gif"; 

museuman = new Image(78, 15);
museuman.src = "../../pcx/navi_dt/menue_mgs_041005_w_20.gif"; 
museumaus = new Image(78, 15);
museumaus.src = "../../pcx/navi_dt/menue_mgs_041005_20.gif"; 

sammlungan = new Image(78, 12);
sammlungan.src = "../../pcx/navi_dt/menue_mgs_041005_w_22.gif"; 
sammlungaus = new Image(78, 12);
sammlungaus.src = "../../pcx/navi_dt/menue_mgs_041005_22.gif"; 

projektan = new Image(78, 12);
projektan.src = "../../pcx/navi_dt/menue_mgs_041005_w_24.gif"; 
projektaus = new Image(78, 12);
projektaus.src = "../../pcx/navi_dt/menue_mgs_041005_24.gif"; 

gebauan = new Image(78, 12);
gebauan.src = "../../pcx/navi_dt/menue_mgs_041005_w_26.gif"; 
gebauaus = new Image(78, 12);
gebauaus.src = "../../pcx/navi_dt/menue_mgs_041005_26.gif"; 

praesentan = new Image(78, 13);
praesentan.src = "../../pcx/navi_dt/menue_mgs_041005_w_28.gif"; 
praesentaus = new Image(78, 13);
praesentaus.src = "../../pcx/navi_dt/menue_mgs_041005_28.gif"; 

workeran = new Image(78, 12);
workeran.src = "../../pcx/navi_dt/menue_mgs_041005_w_30.gif"; 
workeraus = new Image(78, 12);
workeraus.src = "../../pcx/navi_dt/menue_mgs_041005_30.gif"; 

anfahrtan = new Image(78, 25);
anfahrtan.src = "../../pcx/navi_dt/menue_mgs_041005_w_34.gif"; 
anfahrtaus = new Image(78, 25);
anfahrtaus.src = "../../pcx/navi_dt/menue_mgs_041005_34.gif"; 

shopan = new Image(78, 27);
shopan.src = "../../pcx/navi_dt/menue_mgs_041005_w_38.gif"; 
shopaus = new Image(78, 27);
shopaus.src = "../../pcx/navi_dt/menue_mgs_041005_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_termine()
	   {	
	    parent.haupt.location.href="../termine/termine.cfm";
	    parent.bild.location.href="../kalender/bild-kalender.cfm";
	    parent.kopf.location.href="../termine/kopf.cfm";
	    parent.fuss.location.href="../termine/fuss.cfm";
	   }

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

	function change_ausstellungen()
	   {	
	    parent.haupt.location.href="../kalender/kalender.cfm";
	    parent.bild.location.href="../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_oeffnung()
	   {	
	    parent.haupt.location.href="../info/info.cfm#oeffnung";
	    parent.bild.location.href="../info/bild-info.cfm";
	    parent.kopf.location.href="../info/kopf.cfm";
	    parent.fuss.location.href="../info/fuss.cfm";
	   }

	function change_eintritt()
	   {	
	    parent.haupt.location.href="../info/info.cfm#eintritt";
	    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";
       }

/*----------------------------------------
//Framewechsel Ausstellungen
//--------------------------------------*/
		 
	function change_aktuell()
	   {	
	    parent.haupt.location.href="../kalender_neu/kalender.cfm";
	    parent.kopf.location.href="../kalender_neu/kopf.cfm";
	   }
	function change_vorschau()
	   {	
	    parent.haupt.location.href="../kalender_neu/vorschau.cfm";
	    parent.kopf.location.href="../kalender_neu/kopf_vorschau.cfm";
	   }
	function change_rueckblick()
	   {	
	    parent.haupt.location.href="../kalender_neu/rueckschau.cfm";
	    parent.kopf.location.href="../kalender_neu/kopf_rueckblick.cfm";
	   }

	   
/*----------------------------------------
//copyright CityneT GmbH, 2001-2008
//--------------------------------------*/