function click() 
{
if (event.button==2) 
{ alert('Do not use Right mouse button. Please respect copy rights... Gatherwood.nl...') 
} 
} 
document.onmousedown=click 
