function popUp(){return};
function popDown(){return};

     NS6 = (document.layers);
     NS4 = (document.layers);
     IE4 = (document.all);
    ver4 = (NS4||IE4);
     IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
  isMenu = (NS4||(IE4 && !isMac)||(IE5 && isMac));

if (!ver4) event = null;

if (isMenu) {
    menuVersion = 3;
    menuWidth = 60;// is overridden in heirArrays.js
    childOverlap = 5;
    childOffset = 6;
    perCentOver = .5;
    secondsVisible = .5;
    
    fntCol = "000000"; // omit hexidecimal color - specified in heirArrays.js
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "Verdana";
    
    backCol="#FFFF99"; // omit hexidecimal color - specified in heirArrays.js
    overCol="#FFFF99"; // omit hexidecimal color - specified in heirArrays.js
    overFnt="#FFFF99"; // omit hexidecimal color - specified in heirArrays.js
    borWid=1;
    borCol = ""; // omit hexidecimal color - specified in heirArrays.js
    borSty = "solid";
    itemPad=2;
    imgSrc="images/fl.gif";
    imgSiz=9,9;
    separator=1;
    separatorCol=""; // omit hexidecimal color - specified in heirArrays.js
    isFrames=false;  // <-- IMPORTANT for full window
    navFrLoc="left"; // <-- display. see below
    keepHilite=true;
    NSfontOver=true; 
    clickStart=false;
    clickKill =false;
}

if (isMenu) {document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierArrays.js'><\/SCRIPT>");}
if (isMenu) {document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierMenus.js'><\/SCRIPT>");}

var a = Math.random() + ""
var rand1 = a.charAt(5)