// JavaScript Document
function Click(){ 
alert('版权所有 21婚礼策划中心'); 
window.event.returnValue=false; 
} 
document.oncontextmenu=Click; 