
NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));
function popUp(){return};
function popDown(){return};
function startIt(){return};
if (!ver4) event = null;


if (isMenu) { 
    if (NS4){menuWidth = 170} else menuWidth = 170; 
    childOverlap = 0;
    childOffset = 0;
    perCentOver = null;
    secondsVisible = 0.2;
    fntCol = "#333333";  
    fntSiz = "9";
    fntBold = false;      
    fntItal = false;         
    fntFam = "arial";    
    backColor = "#ffd012";   
    overColor = "#3a3184";
    overFntColor = "#ffd012"; 
    borWid = 1;
    borderCol = "#C0C0C0";
    borSty = "solid";        
    itemPad = 3;             
    imgSrc = "";
    imgSiz = 10;     
    imgHeight = 7;               
    separator = 1;           
    separatorColor = "#C0C0C0";     
    isFrames = false;         
    navFrLoc =  "left";    
    mainFrName ="main";   
    keepHilite = true;   
    NSfontOver = true;   
    clickStart = false;   
    clickKill = false;   
    showVisited = false;
    menuVersion = 3;
}

