function click() { if (event.button==2) {alert("Sorry, this function is disabeld!\n\nCopyright © 2001 Cor Wielenga Webdesign.") } }
document.onmousedown=click
