NS4 = (document.layers);
NS40x = (NS4 && navigator.appVersion.indexOf("4.0")!=-1);
IE4 = (document.all);
ver4 = (NS4 || IE4);
IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = ((NS4 && !NS40x) || (IE4 && !isMac) || (IE5 && isMac));
//isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));

function popUp() { return };
function popDown() { return };

if (!ver4) event = null;

if (isMenu) {
    menuVersion = 3;

    menuWidth = 175;
    childOverlap = 30;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .5;

    backCol = "#FFFFFF";
    overCol = "#C1C1C1";
    overFnt = "#1B688D";

    borWid = 1;
    borCol = "#FF66CC";
    borSty = "solid";
    itemPad = 3;

    imgSrc = "/images/tri.gif";

    imgSiz = 10;

    separator = 1;
    separatorCol = "#FF66CC";

    isFrames = false;
    navFrLoc = "top";
    mainFrName = "main";

    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
	
	menu_item = 0;
}

