function dojump(objSelect) { 
url = objSelect.options[objSelect.selectedIndex].value; 
if (url!="") location.href = url;
}