 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
};
if (!ver4) event = null;

if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 121;
    childOverlap =1;
    childOffset = -1;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "#22230d";
    fntSiz = "7";
    fntBold = true;
    fntItal = false;
    fntFam = "verdana";
	fntPadLeft ="10"
    
    backCol = "#dfdfbb";
    overCol = "#dedf6a";
    overFnt = "#22230d";
    
    borWid = 1;
    borCol = "#979763";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "/images/common/arr.gif";  
    imgSiz = 5;
    
    separator = 1;
    separatorCol = "#c3bd1e";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

