function Click(){ 
alert('Welcome To Contact Us Anytime!'); 
window.event.returnValue=false; 
} 
document.oncontextmenu=Click; 
