NS4 = (document.layers);

NS5 = (document.getElementById);

NS6 =  ( (document.getElementById) && (!document.all ) ? 1:0);

IE4 = (document.all);

ver4 = (NS4 || IE4);   

IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);

isMac = (navigator.appVersion.indexOf("Mac") != -1);

isNix = (navigator.appVersion.indexOf("X11") != -1);

isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));

	

function popUp(){ return };

function popDown(){ return };



if (!ver4) event = null;



if (NS4 || NS5) {

	searchWidth = 10;

} else {

	searchWidth = 14;

}	


var topPosition = 5;

if (isMenu) {

	menuVersion = 3;

	menuWidth = 135;

	childOverlap = 0;

	childOffset = 0;

	perCentOver = null;

	secondsVisible = .1;

	fntCol = "#000000";
	fntSiz = "8";

	fntBold = false;

	fntItal = false;

	fntFam = "sans-serif";

	backCol = "#CCCCCC";
	overCol = "#94BAE7";
	overFnt = "#000000";

	borWid = 1;
	borCol = "#94BAE7";
	borSty = "solid";
	itemPad = 2;
    
	imgSrc = "http://www.nu-designs.com/new/rhl/images/tri.gif";
	imgSiz = 10;

	separator = 1;
	separatorCol = "#94BAE7";

	isFrames = false;
	navFrLoc = "left";

	keepHilite = false;
	NSfontOver = true;
	clickStart = false;
	clickKill = false;

}


