<!--

var frame_subseite = window.location.href;

function CheckFrame(frame_seite,frame_name)
{
 if (parent.frames.length < 2)
   {
    window.location.href="/cgi-bin/select-frameset.pl?fs="+frame_seite+"&fn="+frame_name+"&fu="+frame_subseite;
   }
 else
   {
    text=String(parent.location.href);
  	if (text.indexOf(frame_seite) < 0)
      {
       parent.location.href="/cgi-bin/select-frameset.pl?fs="+frame_seite+"&fn="+frame_name+"&fu="+frame_subseite;
	  }
   }
}

//-->

