   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 = 140;
    childOverlap = 5;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "#FFFFFF";
    fntSiz = "7";
    fntBold = true;
    fntItal = false;
    fntFam = "Tahoma";
    
    backCol = "#6691B4";
    overCol = "#7899D2";
    overFnt = "#02329E";
    
    borWid = 1;
    borCol = "#7899D2";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "";
    imgSiz = 8;
    
    separator = 1;
    separatorCol = "#7899D2";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

