if(parent.frames.length == 0){
document.write('<frameset cols="*,760,*" frameborder="NO" border="0" framespacing="0">'
 +'<frame src="../frames/linksbuiten.htm" name="linksbuiten" scrolling="NO" noresize id="linksbuiten" title="leftFrame">'
 +'<frameset rows="92,*,10" frameborder="NO" border="0" framespacing="0">'
 +'<frame src="../frames/top.htm" name="top" scrolling="NO" noresize id="top" title="top">'
    +'<frameset cols="220,527,13" frameborder="NO" border="0" framespacing="0">'
     +'<frameset rows="62,*">'
       +'<frame src="../frames/logo.htm" name="logo" scrolling="no" noresize marginwidth="0" marginheight="0" id="logo">'
        +'<frame src="../frames/nav.htm" name="nav" scrolling="auto" noresize id="nav" title="nav">'
      +'</frameset>'
      +'<frame src="'+ window.location +'?" name="main">'
    +'<frame src="../frames/rechts.htm" name="rechts" scrolling="no" noresize id="rechts">'
    +'</frameset>'
  +'<frame src="../frames/bottom.htm" name="bottom" scrolling="no" noresize id="bottom" title="bottom">'
  +'</frameset>'
+'<frame src="../frames/rechtsbuiten.htm" name="rechtsbuiten" scrolling="no" noresize id="rechtsbuiten" title="rechtsbuiten">'
+'</frameset>');
};