

function click() {
                 if (event.button==2)
                    {
                     alert('Este codigo tiene protección,Copyright Hunab Ku-OMNI Control. 2001 ®');
                    }
                 }
document.onmousedown=click
		
