function htmlpointgare(what) {
        var selection = document.menuform.menugare.selectedIndex;
        var newloc = null;
if (what == 'menugare') {
                       if (selection == 1) newloc ='gare05.htm';
                else if (selection == 2) newloc ='gare06.htm';
                else if (selection == 3) newloc ='gare07.htm';
                else if (selection == 4) newloc ='gare08.htm';
                else if (selection == 5) newloc ='gare09.htm';
                        }
        if (newloc) setTimeout("location = \'" + newloc + "\'", 0);
}