 if(window == window.top)
 {
  var page = location.href.substring(location.href.lastIndexOf("/") + 1);
  var s='<HTML><HEAD>'
  + '<META HTTP-EQUIV="Pragma" CONTENT="no-cache">'
  + '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">'
  + '<META NAME="MSSmartTagsPreventParsing" CONTENT="true">'
  + '<Title>Schachversand Niggemann</Title>'
  + '<SCRIPT LANGUAGE="JavaScript" src="../../js/top.js"><\/SCRIPT>'
  + '<SCRIPT LANGUAGE="JavaScript" src="../../js/variablen.js"><\/SCRIPT>'
  + '</HEAD>'
  + '<frameset cols="788,*" frameborder="0" border="0" framespacing="0">'
  + '<Frameset rows="*,60" frameborder="0" border="0" framespacing="0">'
  + '<frameset ID="innerframe" cols="126,*" frameborder="0" border="0" framespacing="0">'
  + '<frame marginheight="0" marginwidth="0" src="../menues/start.html" SCROLLING="no" noresize name="menu">'
  + '<Frameset rows="26,*" frameborder="0" border="0" framespacing="0">'
  + '<Frame marginheight="0" marginwidth="0" src="../kopf/start.html" SCROLLING="no" noresize name="kopf">'
  + '<frame marginheight="0" marginwidth="0" src="../body/'+page+'" name="katbody">'
  + '</frameset>'
  + '</frameset>'
  + '<frameset cols="126,*">'
  + '<frame marginheight="0" marginwidth="0" src="/fuss/footlink.html" SCROLLING="no" noresize name="footlinks">'
  + '<frame marginheight="0" marginwidth="0" src="/fuss/foot.html" SCROLLING="no" noresize name="foot">'
  + '</frameset>'
  + '</Frameset>'
  + '</Frameset>'
  + '</HTML>';
  document.write(s);
 }


