function Click(){ 
alert('版权所有(C)2005  中国电器商城!'); 
window.event.returnValue=false;
} 
document.oncontextmenu=Click; 

