     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 = 142;
    childOverlap = 50;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .3;

    fntCol = "#FFFFFF";
    fntSiz = "7.5";
    fntBold = false;
    fntItal = false;
    fntFam = "verdana";

    backCol = "#205FB6";
    overCol = "#999966";
    overFnt = "#FFFFFF";

    borWid = 0;
    borCol = "#FFFFFF";
    borSty = "solid";
    itemPad = 0;

    imgSrc = "/images/dot.gif";
    imgSiz = 10;

    separator = 1;
    separatorCol = "#FFFFFF";

    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below

    keepHilite = true;
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

function pop(param, param2, w, h)
	{
	novaJanela = window.open(param, param2, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' +w+ ',height=' +h);
	}

function pop_scroll(param, param2, w, h)
	{
	novaJanela = window.open(param, param2, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width='+w+',height='+h);
	}

function pop_publicidade(param)
    {
    novaJanela = window.open(param, 'pop', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=495,height=460');
    }
