<!--
 function checkFrameset() {
  if(!parent.links)
   location.href = "/start.htm?" + location.pathname;
 }
//-->
<!--
 function checkFramecall() {
  var Extension=location.search;
  if(Extension)
	  frames.rechts.location.href=Extension.substring(1,Extension.length);
 }
//-->
<!--
 function checkFrameset1() {
if(parent.name != "rechts")
    if(!parent.links)
     location.href = "/start.htm";
 }
//-->

