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) { fntCol = "#000000"; fntBold = false; fntItal = false; backCol = "#F7F7F7"; overCol = "White"; overFnt = "red"; fntSiz = 8; fntFam = "Verdana"; menuWidth = 120; borWid = 1; borCol = "#242424"; borSty = "solid"; itemPad = 3; separator = 1; separatorCol = "#242424"; imgSrc = "imgs/arrow.jpg"; imgSiz = 10; childOffset = 17; childOverlap = 85; perCentOver = null; secondsVisible = .0; isFrames = false; }