// JavaScript Document

<!-- Begin
function formHandler(choosedestinationform){
var URL = document.choosedestinationform.choosedestination.options[document.choosedestinationform.choosedestination.selectedIndex].value;
window.location.href = URL;
}
// End -->