function htmlpointspazi(what) {
        var selection = document.menuform.menuspazi.selectedIndex;
        var newloc = null;
if (what == 'menuspazi') {
                       if (selection == 1) newloc ='spazi10.htm';
                else if (selection == 2) newloc ='spazi11.htm';
                        }
        if (newloc) setTimeout("location = \'" + newloc + "\'", 0);
}
