
        <!--
                NS4 = (document.layers);
                IE4 = (document.all);
                ver4 = (NS4 || IE4);   
                isMac = (navigator.appVersion.indexOf("Mac") != -1);
                isMenu = (NS4 || (IE4 && !isMac));
                function popUp(){return};
                function popDown(){return};
                if (!ver4) event = null;
        //-->

        <!--
        if (isMenu) {
                menuVersion = 3;
                
                menuWidth = 80;
                childOverlap = 50;
                childOffset = 5;
                perCentOver = null;
                secondsVisible = .5;

                fntCol = "#FFFFFF";
                fntSiz = "9";
                fntBold = false;
                fntItal = false;
                fntFam = "Arial";

                backCol = "#000066";
                overCol = "#000099";
                overFnt = "#FFCC00";
                
                borWid = 0;
                borCol = "#33FFFF";
                borSty = "solid";
                itemPad = 2;

                imgSrc = "http://www.dhtmlab.com/hiermenus/tri.gif";
                imgSiz = 10;

                separator = 1;
                separatorCol = "#FFFFFF";

                isFrames = false;      // <-- IMPORTANT for full window
                navFrLoc = "left";     // <-- display. see below
                keepHilite = true; 
                NSfontOver = true;
                clickStart = false;
                clickKill = false;
        }

        
        //-->