//  End hiding-->
function jump (selObj) { 
 var sel = selObj.options[selObj.selectedIndex].value; 
 if (sel!= '') { window.location = sel; } 
 return false; 
} 
