<!--

if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 120;
    childOverlap = 0;
    childOffset = 15;
    perCentOver = 25;
    secondsVisible = .1;
    
    fntCol = "#e5e5e5";
    fntSiz = "7.3";
    fntBold = false;
    fntItal = false;
    fntFam = "Arial Cyr";
    
    backCol = "#687F9A";
    overCol = "#93A7BD";
    overFnt = "#262626";
    
    borWid = 2;
    borCol = "#4B5B6F";
    borSty = "solid";
    itemPad = 2;
    
    imgSrc = "main/images/head/strelka.gif";
    imgSiz = 8;
    
    separator = 1;
    separatorCol = "#4B5B6F";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
    showVisited = "#FF0338";
}

//-->  