if(parent.frames.length == 0){
document.write('<frameset rows="187,*" framespacing="0" border="0" frameborder="0">'
+ '<frame name="vaandel" scrolling="no" noresize target="inhoud" src="../../new/nl_head.htm">'

+ '<frameset cols="237,*">'
+ '<frame name="inhoud" target="hoofd" src="../../new/nl_navigatie.htm" scrolling="auto">'
+ '<frame name="hoofd" src="' + window.location +'?" scrolling="auto" marginwidth="1" marginheight="1" target="midden">'
+ '</frameset>'
+ '</frameset>');
}