	function jump(dropdown) {	var URL = dropdown.options[dropdown.selectedIndex].value;       if(URL!="") {           window.open(URL);       }   }
