function gotoURL(dropDown) {
URL=dropDown.options[dropDown.selectedIndex].value
if(URL.length>0)
parent.location.href=URL;}