 function right(e) {
      if (navigator.appName =='Netscape'&&
      (e.which ==3|| e.which ==2))
      return false;
      else if (navigator.appName == 'Microsoft Internet Explorer' &&
      (event.button == 2|| event.button ==3)) {
      alert("Thank you visiting this page,\n\n\n\n Thank's.");
      return false;
      }
      return true;
      }
      {
      document.onmousedown=right;
      if (document.layers) window.captureEvents(Event.MOUSEDOWN);
      window.onmousedown=right;
      }
	  

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function register() {
window.open('http://www.chccd.com/API/register.php','register','height=560,width=760')
}

function viewwin(winname) { //v2.0
  theURL="http://104net.net/"+winname+"&stylesheet=www.chccd.com/anyun/css"+"&uid=2193";
  window.open(theURL,'viewwin','scrollbars=no,width=800,height=600,left=0,top=0');
}

