
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;


/*
*	Create the Pop Up/Down Images effect
*/

	if (document.images) {
	In_00	= new Image(150, 30);In_00.src	= 'images/btnservices.gif';
	In_00o	= new Image(150, 30);In_00o.src = 'images/btnservicesover.gif';
}
var xWindow;

function di(id,name){
  if (document.images) {document.images[id].src=eval(name+".src"); xWindow=event.x;}
}


// function that displays status bar message
function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}


/***********************************************************/
if (isMenu) {
	menuVersion = 3;
	menuWidth = 100;
	childOverlap = 20;
	childOffset = 5;
	perCentOver = null;
	secondsVisible = 0;
	fntCol = "white";
	fntSiz = "8";
	fntBold = false;
	fntItal = false;
	fntFam = "Tahoma";
	backCol = "#FFFFFF";
	overCol = "#9496FF";
	overFnt = "White";
	borWid = 2;
	borCol = "#291839";
	borSty = "solid";
	itemPad = 3;
	imgSrc = "images/tri.gif";
	imgSiz = 8;
	separator = 1;
	separatorCol = "black";
	isFrames = false;
	keepHilite = true; 
	clickStart = false;
	clickKill = false;
}

if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierArrays.js' TYPE='text/javascript'><\/SCRIPT>");
}


if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierMenus.js' TYPE='text/javascript'><\/SCRIPT>");
}


