<!--
if(top!=self){top.location=location}
function OpenNewWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function chinalawedu(link){
       var myindex1=link.selectedIndex;
       if (myindex1!=0){
          var newwindow=link.options[myindex1].value;
          var msgwindow=window.open(newwindow);
      }
    }
//-->
