<!--

function checkFrameset() 
{
  if(!parent.Links)
  location.href="/index.htm?" + location.pathname;
 }

function FensterAuf(datei,x,y)
{
Zweitfenster = window.open (datei,"Zweitfenster","width="+x+", height="+y+", resizable=no,ScreenX=100,scrollbars=yes,ScreenY=100,left=100,top=100");
Zweitfenster.focus();
}


//-->

