NS4 = (document.layers);
IE4 = (document.all);
IE5 = (document.all);
ver4 = (NS4 || IE4);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));

browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

function popUp(){return};
function popDown(){return};

if (!ver4) event = null;

browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
		
if (isMenu) {
	menuVersion = 3;
	
	menuWidth = 100;
	menuVerticle = 100;
	childOverlap = 0;
	childOffset = 5;
	perCentOver = null;
	secondsVisible = 1;

	fntCol = "#000066";
	fntSiz = "9";
	fntBold = true;
	fntItal = false;
	fntFam = "Verdana, Arial, sans-serif";

	backCol = "#FFFFFF";
	overCol = "#FFFFFF";
	overFnt = "#FFCC00";

	borWid = 1;
	borCol = "#000066";
	borSty = "solid";
	itemPad = 3;

	imgSrc = "http://www.damontech.com.com/images/tri3.gif";
	imgSiz = 9;

	separator = 1;
	separatorCol = "#000066";

	isFrames = false;      // <-- IMPORTANT for full window
	navFrLoc = "left";     // <-- display. see below

	keepHilite = true;
	NSfontOver = true;
	clickStart = false;
 	clickKill = false;
}
