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