
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};
function startIt(){return};

if (!ver4) event = null;



if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 150;
    childOverlap = 2;
    childOffset = 0;
    perCentOver = null;
    secondsVisible = 0.5;
    
    fntCol = "Black";
    fntSiz = "8";
    fntBold = true;
    fntItal = false;
    fntFam = "Arial";
    
    backCol = "#FFCC01"; //"#CE0000";
    overCol = "#C0A432"; //"#312EB6";
    overFnt = "white";
    
    borWid = 1;
    borCol = "#666666";
    borSty = "solid";
    itemPad = 2;
    
    imgSrc = "/Images/RightArrow.gif";
    imgSiz = 12;
    
    separator = 1;
    separatorCol = "#000000";
    
    isFrames = false;
    navFrLoc = "left";
    mainFrName = "main";
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
    
    showVisited = "Black";
    
}


