<!--
// Hide the script from old browsers --
 function surfto(form) {
        var myindex=form.gotoFermoy.selectedIndex
        if (form.gotoFermoy.options[myindex].value != "0") {
       	 location=form.gotoFermoy.options[myindex].value;}
}
// -->