<script language="JavaScript" type="text/javascript">
<!--
// (C) 2002 Klaus Hentschel [ All rights reserved ].
// e-mail: kh@javarea.de
// www: http://www.javarea.de
function checkFrame()
{
var URL = location.search;
/* daten = Framename in der die Seite geladen werden soll */
if (URL)
frames.Hauptframe.location.href = URL.substring(1, URL.length);
}
/* aus Frame befreien */
if (self != top)
top.location.href = self.location.href;
//-->
</script>
</head>
<frameset border="0" framespacing="0" frameborder="0" rows="110,*" onload="checkFrame();"> |