function click() 
{

if (event.button==2 || event.button==1+2 || event.button==2+1) 
{

alert('Sorry !!... No Peeking !!...  Copyright © 2001. S. L. Harikishan & Co. All Rights Reserved.')

}

}

document.onmouseup=click
document.onmousedown=click
// -->

