// JavaScript Document
function Click(){ 
//alert('版权所有(C)2004 华夏大地教育网'); 
window.event.returnValue=false; 
} 
document.oncontextmenu=Click; 

