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