function Click(){
     alert('版权所有(C)上海春之秋航空票务中心');
     window.event.returnValue=false;
     }
     document.oncontextmenu=Click;

