// Declaracao de variaveis
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;

// Opcoes de configuracao do menu
if (isMenu) {
	menuVersion = 3;
	menuWidth = 100;
	childOverlap = 0;
	childOffset = 1;
	perCentOver = 45;
	secondsVisible = 0.5;
	fntCol = "white";
	fntSiz = "8";
	fntBold = false;
	fntItal = false;
	fntFam = "Arial";
	backCol = "";
	overCol = "";
	overFnt = "";
	borWid = 0;
	borCol = "";
	borSty = "solid";
	itemPad = 0;
	imgSrc = "";
	imgSiz = 0;
	separator = 0;
	separatorCol = "";
	isFrames = false;
	keepHilite = true; 
	clickStart = false;
	clickKill = false;
}