function goURL(form,widgetName){
destinationURL = eval("form." + widgetName + ".options[form." + widgetName + ".selectedIndex].value")
top.location.href = destinationURL
}
