if(parent.frames.length == 0){
document.write('<frameset cols="*,760,*" frameborder="NO" border="0" framespacing="0">'
  +'<frame src="../frames/links.htm" name="links" scrolling="no" id="links">'
  +'<frameset rows="20,84,24,*,20" frameborder="NO" border="0" framespacing="0">'
    +'<frame src="../frames/boven.htm" name="boven" scrolling="no" marginwidth="0" id="boven">'
    +'<frame src="../frames/top.htm" name="top" scrolling="NO" noresize marginwidth="0" id="top">'
  +'<frame src="../frames/nav.htm" name="nav" scrolling="no" noresize marginwidth="0" id="nav">'
  +'<frame src="'+ window.location +'?" name="main"/>'
  +'<frame src="../frames/onder.htm" name="onder" scrolling="no" marginwidth="0" marginheight="0" id="onder">'
  +'</frameset>'
  +'<frame src="../frames/rechts.htm" name="rechts" scrolling="no" id="rechts">'
+'</frameset>');
};