

function disable(){
 return window.event.returnValue = false ;
}

window.onload = function(){
 // window.document.attachEvent("oncontextmenu" , disable);
 // window.document.attachEvent("onselectstart" , disable);
 // window.document.attachEvent("ondragstart" , disable);
}

function addToFavorite(){
  if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
    window.external.AddFavorite(location.href, unescape(document.title));
  }
}
// Collection Of Macromedia Dreamweaver Functions
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
<!--- 需引用此文件者请勿修改以上函数，请自行在下面添加新内容 --->



