<!-- 	
document.write('<frameset border="0" frameBorder=0 frameSpacing=0 cols="100%,*">');
/*** 
Dit script test het gebruik van javascript door bezoekers,
als zij geen javascript gebruiken worden zij doorverwezen 
naar enkele pagina's zonder omringend frame.
***/
if (screen.width < 1000) {
document.write('<frame name="redirect" src="frames/1500.html" marginwidth="0" marginheight="0" noresize>');
}
else {
document.write('<frame name="redirect" src="frames/1700.html" marginwidth="0" marginheight="0" noresize>');
}
document.write('</frameset></html>');
// -->

