<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


document.write('');


// START SCRIPT TONEN SCHERMRESOLUTIE BEZOEKER

// for NN4/IE4 
if (self.screen) {      
        width = screen.width 
        height = screen.height 
} 

// for NN3 w/Java 
else if (self.java) {    
       var javakit = java.awt.Toolkit.getDefaultToolkit(); 
       var scrsize = javakit.getScreenSize();        
       width = scrsize.width; 
       height = scrsize.height; 
} 
else { 

// N2, E3, N3 w/o Java (Opera and WebTV) 
width = height = '?' 
} 


document.write('<span class="footer">&nbsp;Jouw schermresolutie is:</span>');
document.write('<span class="footer1">&nbsp;');
document.write( + width+"&nbsp;×&nbsp;"+height) 
document.write('</span>');
document.write('<span class="footer"> pixels&nbsp;</span><br>');
document.write('<span class="footer">Deze site is optimaal voor IE6 en FF2 of hoger met een schermresolutie van 1280x1024 pixels</span>');


document.write('</span>');
document.write('<br><br>');

// EINDE SCRIPT TONEN SCHERMRESOLUTIE BEZOEKER
document.write('<span class="footer">Gehele inhoud website</span>');
document.write('<span class="footer3">&nbsp;&copy;</span>');
document.write('<span class="footer">Copyright 2008 berusten bij </span>');

document.write('<span class="footer2">D&nbsp;</span>');
document.write('<span class="footer">-&nbsp;photo.nl</span><br>');

document.write('<span class="footer">Website ontwerp en beheer&nbsp;</span>');
document.write('<span class="footer3">&copy;</span>');
document.write('<span class="footer">2008&nbsp;bij LS</span>');

document.write('<br><br>');

//  BEGIN SCRIPT "RIGHT CLICK PROTECTION"

var message="You may not right mouse click this page.";
if (navigator.appName == 'Microsoft Internet Explorer'){
function NOclickIE(e) {
if (event.button == 2 || event.button == 3) {
alert(message);
return false;
}
return true;
}
document.onmousedown=NOclickIE;
document.onmouseup=NOclickIE;
window.onmousedown=NOclickIE;
window.onmouseup=NOclickIE;
}
else {
function NOclickNN(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}}}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=NOclickNN; }
document.oncontextmenu=new Function("alert(message);return false")
}

//  EINDE SCRIPT "RIGHT CLICK PROTECTION"


//  End -->
