<!--

   NS4 = (document.layers);
   IE4 = (document.all);
  ver4 = (NS4 || IE4);   
 isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));
commentOn = "<!--";
commentOff = "//-->";
 
function popUp(){return};
function popDown(){return};
function startIt(){return};

if (!ver4) event = null;

if (isMenu||!ver4) {
    menuVersion = 3;
    
    menuWidth = 120;
    childOverlap = 25;
    childOffset = 5;
        
    fntCol = "white";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "sans-serif";
    
    backCol = "#666699";
    overCol = "#9999CC";
    overFnt = "white";
    
    borWid = 2;
    borCol = "#CCCCCC";
    itemPad = 3;
    
    dir="/micron/";
    imgSrc = "/micron/images/arrow.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "#CCCCCC";
              
    keepHilite = true; 
   
    clickStart = false;
    clickKill = false;
    menusOn = true;
}



