//<!--
if (isMenu) {
    menuVersion = 3;

    menuWidth = 110;
    childOverlap = -3;
    childOffset = 0;
    perCentOver = 10;
    secondsVisible = 0;

    fntCol = "#CC0000";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "verdana, ms sans serif, geneva";

    backCol = "#FDEC68";
    overCol = "#CC0000";
    overFnt = "#FFFFFF";

    borWid = 1;
    borCol = "black";
    borSty = "solid";
    itemPad = 3;

    imgSrc = "..Img/fsc-triangle.gif";
    imgSiz = 10;

    separator = 1;
    separatorCol = "#000000";

    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below

    keepHilite = true;
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}
//-->
