/*----------------------------------------
//erstellt von CityneT 2001-04-10
//geändert von CityneT 2003-01-10
//erweitert von CityneT 2003-03-06, FH
//Projekt Museum Georg Schäfer
//--------------------------------------*/



/*----------------------------------------
//Bildwechsel in Navigation
//--------------------------------------*/

aktuellan = new Image(101, 14);
aktuellan.src = "../../pcx/aktuell_on.gif"; 
aktuellaus = new Image(101, 14);
aktuellaus.src = "../../pcx/aktuell_of.gif"; 

terminan = new Image(101, 15);
terminan.src = "../../pcx/termine_on.gif"; 
terminaus = new Image(101, 15);
terminaus.src = "../../pcx/termine_of.gif"; 

kalenderan = new Image(101, 24);
kalenderan.src = "../../pcx/kalender_on.gif"; 
kalenderaus = new Image(101, 24);
kalenderaus.src = "../../pcx/kalender_of.gif"; 

infoan = new Image(101, 14);
infoan.src = "../../pcx/info_on.gif"; 
infoaus = new Image(101, 14);
infoaus.src = "../../pcx/info_of.gif"; 

museuman = new Image(101, 14);
museuman.src = "../../pcx/museum_on.gif"; 
museumaus = new Image(101, 14);
museumaus.src = "../../pcx/museum_of.gif"; 

sammlungan = new Image(101, 15);
sammlungan.src = "../../pcx/sammlung_on.gif"; 
sammlungaus = new Image(101, 15);
sammlungaus.src = "../../pcx/sammlung_of.gif"; 

projektan = new Image(101, 15);
projektan.src = "../../pcx/projekt_on.gif"; 
projektaus = new Image(101, 15);
projektaus.src = "../../pcx/projekt_of.gif"; 

gebauan = new Image(101, 14);
gebauan.src = "../../pcx/gebau_on.gif"; 
gebauaus = new Image(101, 14);
gebauaus.src = "../../pcx/gebau_of.gif"; 

praesentan = new Image(101, 14);
praesentan.src = "../../pcx/praesent_on.gif"; 
praesentaus = new Image(101, 14);
praesentaus.src = "../../pcx/praesent_of.gif"; 

workeran = new Image(101, 14);
workeran.src = "../../pcx/worker_on.gif"; 
workeraus = new Image(101, 14);
workeraus.src = "../../pcx/worker_of.gif"; 

anfahrtan = new Image(101, 24);
anfahrtan.src = "../../pcx/anfahrt_on.gif"; 
anfahrtaus = new Image(101, 24);
anfahrtaus.src = "../../pcx/anfahrt_of.gif"; 

shopan = new Image(101, 24);
shopan.src = "../../pcx/shop_on.gif"; 
shopaus = new Image(101, 24);
shopaus.src = "../../pcx/shop_of.gif"; 

meisteran = new Image(101, 14);
meisteran.src = "../../pcx/meister_on.gif"; 
meisteraus = new Image(101, 14);
meisteraus.src = "../../pcx/meister_of.gif"; 

newsan = new Image(101, 14);
newsan.src = "../../pcx/news_on.gif"; 
newsaus = new Image(101, 14);
newsaus.src = "../../pcx/news_of.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="../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="../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_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
//--------------------------------------*/
