function Frames() {
	var passed = location.search ? unescape(location.search.substring(1)) + '&' : '';
	var myInhalt = passed ? passed.substring(0,passed.indexOf('&')) : 'Schmuck-und-Anhaenger-Willkommen.html';
	myInhalt = replace(myInhalt,'ques;','?');
	myInhalt = replace(myInhalt,'amp;','&');
	myInhalt = replace(myInhalt,'equ;','=');
	myInhalt = replace(myInhalt,'quot;','"');

	myInhalt = replace(myInhalt,'-ques-','?');
	myInhalt = replace(myInhalt,'-Auml-','&Auml;');
	myInhalt = replace(myInhalt,'-Ouml-','&Ouml;');
	myInhalt = replace(myInhalt,'-Uuml-','&Uuml;');
	myInhalt = replace(myInhalt,'-auml-','&auml;');
	myInhalt = replace(myInhalt,'-ouml-','&ouml;');
	myInhalt = replace(myInhalt,'-uuml-','&uuml;');
	myInhalt = replace(myInhalt,'-szlig-','&szlig;');
	myInhalt = replace(myInhalt,'-amp-','&');
	myInhalt = replace(myInhalt,'-equ-','=');
	myInhalt = replace(myInhalt,'-quot-','"');
	myInhalt = replace(myInhalt,'-sla-','/');
	myInhalt = replace(myInhalt,'-back-','\\');

	passed = passed.substring(passed.indexOf('&')+1);
	var myMenue	= passed ? passed.substring(0,passed.indexOf('&')) : 'Menue.htm';
	passed = passed.substring(passed.indexOf('&')+1);
	var myTitel	= passed ? passed.substring(0,passed.indexOf('&')) : 'Titel.htm';
	if (self.location.protocol.toLowerCase().substring(0,4)!='file'){
		var protcoll = 'http://www.amulette-kelten.de/';
		} else {
		var protcoll = 'file:///C:/Eigene%20Dateien/Chris/Webs/Amulette-der-Kelten/';
	};
	if (top != self) {
		if (document.images) {
			top.location.replace(self.location.href);
			} else {
			top.location.href = self.location.href;
		};
		} else {
		if (myMenue.substring(0,2) == '..') {
			myMenue = myMenue.substring(3, myMenue.length);
		};
		if (document.images) {
			ergi87143548 = new Image();
			var s = '';
			s += '<frameset rows="105,*" frameborder="no" border="0" framespacing="0">';
			s += '<frame src="' + myTitel + '" name="Titel" scrolling="auto" noresize frameborder="no" border="0" framespacing="0" marginwidth="0" marginheight="0">';
			s += '<frameset cols="150,*" frameborder="no" border="0" framespacing="0">';
			s += '<frameset rows="134,*" frameborder="no" border="0" framespacing="0">';
			s += '<frame src="Menue-oben.htm" name="Oberes Menue" scrolling="no" noresize frameborder="no" border="0" framespacing="0" marginwidth="0" marginheight="0">';
			s += '<frame src="' + myMenue + '" name="Menue" scrolling="yes" noresize target="Inhalt" frameborder="no" border="0" framespacing="0" marginwidth="0" marginheight="0">';
			s += '</frameset>';
			s += '<frame src="' + myInhalt + '" name="Inhalt" scrolling="auto" noresize frameborder="no" border="0" framespacing="0" marginwidth="0" marginheight="0">';
			s += '<\/frameset>';
			s += '<\/frameset>';
			document.write(s);
			} else {
			var s = '';
			s += '<frameset rows="105,*" frameborder="no" border="0" framespacing="0">';
			s += '<frameset rows="100%,*">';
			s += '<frame src="' + myTitel + '" name="Titel" scrolling="auto" noresize frameborder="no" border="0" framespacing="0" marginwidth="0" marginheight="0">';
			s += '<frame src="blank.htm" name="ergi87143548" scrolling="no" noresize frameborder="no" border="0" framespacing="0" marginwidth="0" marginheight="0">';
			s += '<\/frameset>';
			s += '<frameset cols="150,*" frameborder="no" border="0" framespacing="0">';
			s += '<frameset rows="134,*" frameborder="no" border="0" framespacing="0">';
			s += '<frame src="Menue-oben.htm" name="Oberes Menue" scrolling="no" noresize frameborder="no" border="0" framespacing="0" marginwidth="0" marginheight="0">';
			s += '<frame src="' + myMenue + '" name="Menue" scrolling="yes" noresize target="Inhalt" frameborder="no" border="0" framespacing="0" marginwidth="0" marginheight="0">';
			s += '</frameset>';
			s += '<frame src="' + myInhalt + '" name="Inhalt" scrolling="auto" noresize frameborder="no" border="0" framespacing="0" marginwidth="0" marginheight="0">';
			s += '<\/frameset>';
			s += '<\/frameset>';
		};
	};
}