var Pfad = self.location.href;
if (Pfad.indexOf("file://") && !parent.frames.length) {
  var Datei = Pfad.slice(Pfad.lastIndexOf("/") + 1);
  document.close();
  with (document) {
    open();
    writeln('<html><head><title>Froschmayer Mail Order - CD, MC, Video, DVD ...</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta http-equiv="Content-Language" content="de-ch"></head>');
	writeln('<frameset rows="90,1*" border="0" framespacing="0" frameborder="NO">');
	writeln('<frame src="frame_top.htm" name="titel" scrolling="NO" noresize marginwidth="0" marginheight="0" frameborder="NO">');
	writeln('<frameset cols="120,1*" border="0" framespacing="0" frameborder="NO"> ');
	writeln('<frame src="frameset_home_left.php3" name="navigation" scrolling="AUTO" marginwidth="0" marginheight="0" frameborder="NO">');
	writeln('<frame src="' + Datei + '&amp;frameset" name="content" noresize scrolling="AUTO" marginwidth="0" marginheight="0" frameborder="NO">');
	writeln('</frameset>');
	writeln('</frameset>');
	writeln('</html>');
    close();
  }
}








