<!--

if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 127;
    childOverlap = 0;
    childOffset = 15;
    perCentOver = 25;
    secondsVisible = .1;
    
    fntCol = "#FFFF77";
    fntSiz = "7.9";
    fntBold = false;
    fntItal = false;
    fntFam = "Arial Cyr";
    
    backCol = "#2A5CCE";
    overCol = "#6BAADE";
    overFnt = "#031A76";
    
    borWid = 2;
    borCol = "#031F8C";
    borSty = "solid";
    itemPad = 2;
    
    imgSrc = "images/head/strelka.gif";
    imgSiz = 8;
    
    separator = 1;
    separatorCol = "#031F8C";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
    showVisited = "#FF0338";
}

//-->  