    function pclang(sURL) {
      theURL = sURL.options[sURL.selectedIndex].value; 
        if (theURL) {
          window.location = theURL;
        }
      }