
function click() 
 {if (event.button==2) {alert('COPYRIGHT 2007 Heliproductions')
 }
 } 
 document.onmousedown=click

