function click() 
{
if (event.button==2) 
{ alert('CopyRights... www.Iets-Moois.nl..') 
} 
} 
document.onmousedown=click 

