//<script>
function FrameOpbouw(x)
{if ((navigator.appName == "Netscape") &&  (navigator.userAgent.indexOf("Mozilla") != -1) ) 
	{document.write('<frameset Border=0 Cols=170,*><frameset Border=0 Rows=185,*,120>')}
else{document.write('<frameset Border=0 Cols=165,*><frameset Border=0 Rows=195,*,100>')}
document.write('<frame Src=\"../Inhoud/Overzicht.php\" Name=InhoudBoven Scrolling=No NoResize>')
document.write('<frame Src=\"../Menu/Leeg.php\" Name=InhoudMidden Scrolling=No NoResize>')
document.write('<frame Src=\"../Inhoud/Email.php\" Name=InhoudOnder Scrolling=No NoResize>')
document.write('</frameset>')
document.write('<frame Src="' + x + '" Name=InfoVenster Scrolling=Auto>')
document.write('</frameset>')
}
