/*----------------------------------------
//erstellt von CityneT 2001-10-12
//erweiteret von CityneT 2003-01-10
//erweiteret von CityneT 2003-07-28: neuer Kalender
//erweiteret von CityneT 2004-05-10: neue Termine
//überarbeitet von CityneT 2005-01-17: neuer Kalender
//Projekt Museum Georg Schäfer
//--------------------------------------*/

/*----------------------------------------
//Framewechsel auf Unterseiten Kalenderbereich
//--------------------------------------*/
		 
   	function change_corinth()
	   {	
	    parent.haupt.location.href="../kalender/corinth.shtml";
	    parent.kopf.location.href="../kalender/kopf-corinth.shtml";
	   }

   	function change_schelling()
	   {	
	    parent.haupt.location.href="../kalender/schelling.shtml";
	    parent.bild.location.href="../kalender/bild-schelling.shtml";
	    parent.kopf.location.href="../kalender/kopf-schelling.shtml";
	   }

/*----------------------------------------
//Framewechsel auf Unterseiten restliche Website
//--------------------------------------*/

	function change_drbertuleit()
	   {	
	    parent.haupt.location.href="../museum/ma_drbertuleit.cfm";
	    parent.kopf.location.href="../museum/kopf-drbertuleit.cfm";
	   }

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

	function change_sammler()
	   {	
	    parent.haupt.location.href="../museum/sammler.cfm";
	    parent.bild.location.href="../museum/bild-sammler.cfm";
	    parent.kopf.location.href="../museum/kopf-sammler.cfm";
	   }  
	   
	function change_schwerpunkte()
	   {	
	    parent.haupt.location.href="../museum/schwerpunkte.cfm";
	    parent.bild.location.href="../museum/bild-schwerpunkte.cfm";
	    parent.kopf.location.href="../museum/kopf-schwerpunkte.cfm";
	   }  
	   
	function change_kuenstler()
	   {	
	    parent.haupt.location.href="../museum/kuenstler.cfm";
	    parent.bild.location.href="../museum/bild-museum.cfm";
	    parent.kopf.location.href="../museum/kopf-kuenstler.cfm";
	   }  
	   	   
	function change_stiftung()
	   {	
	    parent.haupt.location.href="../museum/stiftung.cfm";
	    parent.bild.location.href="../museum/bild-farbcode.cfm";
	    parent.kopf.location.href="../museum/kopf-stiftung.cfm";
		parent.fuss.location.href="../museum/fuss-stiftung.cfm";
	   }  
	   
	function change_stadt()
	   {	
	    parent.haupt.location.href="../museum/stadt.cfm";
	    parent.bild.location.href="../museum/bild-farbcode.cfm";
	    parent.kopf.location.href="../museum/kopf-stadt.cfm";
		parent.fuss.location.href="../museum/fuss-stadt.cfm";
	   }

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


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