   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) {
    //fntCol = "#0033bb";
    //fntBold = false;
    fntCol = "#ffffff";
    fntBold = true;
    fntItal = false;
    //backCol = "#DAF3FF";
    backCol = "#095BA5";
    overCol = "#FFFFFF";
    overFnt = "#FF2222";
    fntSiz = 10;
    fntFam = "Verdana, Tahoma, Arial";
    menuWidth = 120;
    borWid = 1;
    //borCol = "#666600";
    borCol = "#ffffff";
    borSty = "solid";
    itemPad = 3;
    separator = 1;
    //separatorCol = "#666600";
    separatorCol = "#ffffff";
    imgSrc = "images/arrow.gif";
    imgSiz = 9;

    childOffset = 5;
    childOverlap = 25;
    perCentOver = null;

    secondsVisible = .02;

    isFrames = false;
    navFrLoc = "left";
    mainFrName = "main";
	  
    menuVersion = 3; 
    clickStart = false; 
    clickKill = false; 
 
    keepHilite = true; 
 
    NSfontOver = true; 
    showVisited = "#666666"; 
}
