if ( top.location.href != window.location.href )
  { top.location.href=window.location.href }

var isNS=(document.layers);  
var sPostHash=location.hash.substring(location.hash.indexOf('#')+1);


sFrmStart = ("<framespacing='0' border='0' rows='70,*,100' frameborder='0' cols='*'>"
+"<frame name='Kopf' scrolling='no' src='kopf.htm' marginwidth='0' marginheight='0' noresize>");

if (sPostHash=="") {sFrmMain="<frame name='main' scrolling='auto' src='inhalt.htm'>"}

else {sFrmMain = ("<frame name='main' src='" + sPostHash + "' scrolling='auto' frameborder='no' border=0>")}

sFrmEnd = ("<frame name='Nav' scrolling='no' noresize target='main' src='nav.htm'>"+"</frameset>");

document.write(sFrmStart + sFrmMain + sFrmEnd)

