function htmlpointproj(what) {
        var selection = document.menuform.menuproj.selectedIndex;
        var newloc = null;
if (what == 'menuproj') {
                       if (selection == 1) newloc ='progetti05.htm';
                else if (selection == 2) newloc ='progetti.htm';
                        }
        if (newloc) setTimeout("location = \'" + newloc + "\'", 0);
}
