

function htmlpointnews(what) {
        var selection = document.menuform.menunews.selectedIndex;
        var newloc = null;
if (what == 'menunews') {
                       if (selection == 1) newloc ='news06.htm';
                else if (selection == 2) newloc ='news07.htm';
                else if (selection == 3) newloc ='news08.htm';

                                       }
        if (newloc) setTimeout("location = \'" + newloc + "\'", 0);
}
