<!-- // Begin
function jump(object) { if(object.options[object.selectedIndex].value!=""){window.location.href = object.options[object.selectedIndex].value;} }
// End -->