<!--

//this script defines the global parameters for DHTML menu

if (isMenu) {

    menuVersion = 3;

    menuWidth = 160;

    childOverlap = 0;

    childOffset = 0;

    perCentOver = null;

    secondsVisible = .5;

   

    fntCol = "#000000";

    fntSiz = "9";

    fntBold = false;

    fntItal = false;

    fntFam = "arial";

    

    backCol = "#D6D6D6";

    overCol = "#FFCC99";

    overFnt = "#CC3300";

    

    borWid = 1;

    borCol = "#878787";

    borSty = "solid";

    itemPad = 2;

    

	imgSrc="images/tri.gif";

    imgSiz = 10;

    

    separator = 1;

    separatorCol = "#878787";

    

    isFrames = false;      // <-- IMPORTANT for full window

    navFrLoc = "left";     // <-- display. see below

    

    keepHilite = true; 

    NSfontOver = true;

    clickStart = false;

    clickKill = false;

}

//-->