function newcom_Jump(){
url = document.newcom.select.options[document.newcom.select.selectedIndex].value;
if(url != ""){location.href = url;}
}