//---- copyright notice ---
function copyrights(){
	alert('\n\n\nDeze toepassing is gemaakt door\n\nMarc Huyghebaert - ON3PHP\n\nAlle rechten voorbehouden! ©')
}
//---- one liner for mouse click ---
function click(){
	if (event.button==2) {
		alert('Sorry, niet toegestaan!');
	}
}
document.onmousedown=click
window.DefaultStatus = "<i><b>Copyright: Please don't copy anything from this website without express premission from the owner.</b></i>"
