


var TitelIndex="Wissen, Natur, Geschichte, Kultur, Antike, Abendland, Moderne, Zivilisation, Kosmologie, Evolution, Ursymbol, Seelenbild, Zyklus, Jahreszeiten, Kreis, Spirale, Sph&auml;ren, Philosophie, Metaphysik";
	var UrlStartseite="file://C:/Hubert Brune/website/index.html";

	function framesaktualisieren(strFrame,urlSeite)
	{
		if (!top.frames.length>0) {return;}
		top.frames[strFrame].document.location=
			urlSeite;
		return;
	} 

	function framesetmaximieren()
	{
		if (top.frames.length>0)
		{
			top.document.location=self.location;
		}
	}

	function framesetladen(strTitel, UrlStartseite)
	{
		//Pr&uuml;fen, ob ein Frameset geladen ist!
		if(!top.frames.length>0)
		{
			window.location='index.html';
		}
		else
		{
			//Wenn Frameset geladen, pr&uuml;fen ob es das richtige Frameset ist!
			if (top.document.title!=strTitel)
			{
				top.location=UrlStartseite;
			}			
		}
	}
	

