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="top.htm">'

+ '<frameset cols="237,*">'
+ '<frame name="inhoud" src="' + window.location +'?" scrolling="auto">'
+ '<frame name="hoofd" src="references.htm" scrolling="auto" marginwidth="1" marginheight="1" target="hoofd">'
+ '</frameset>'
+ '</frameset>');
}
