   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 = 180;
    childOverlap = 5;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "#FFFFFF";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "Arial,Verdana, Tahoma";
    
    backCol = "#597287"; // #669999
    overCol = "#3E5467"; // 
    overFnt = "#C3D5D8"; // #FF6600
    
    borWid = 1;
    borCol = "#3E5467"; //#666666
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "../arrow_n.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "#3E5467";//#CCCCCC
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

