function pulldownRedirect(a){if(a.options[a.selectedIndex].value!=""){window.location.href=a.options[a.selectedIndex].value}};
