<!-- Begin
function autoPulldown(vessel){
var URL = document.vessel.list.options[document.vessel.list.selectedIndex].value;
window.location.href = URL;
}
// End -->
