var DOM = (document.getElementById) ? true : (document.getElementById !="")?true:false;
var NN = (navigator.userAgent.indexOf("Netscape") != -1) || (navigator.userAgent.indexOf("Gecko") != -1);
var OP = (navigator.userAgent.indexOf("Opera") != -1);
var IE = (navigator.userAgent.indexOf("MSIE") != -1);
var isMac = (navigator.appVersion.indexOf("Mac") != -1);
var isMenu = DOM;
function popUp(){return};
function popDown(){return};
function startIt(){return}

if (isMenu) {
	menuVersion = 3;
	menuWidth = 200;
	childOverlap = -1;
	childOffset = 0;
	perCentOver = null;
	secondsVisible = .6;

	fntCol = "white";
	fntSiz = "11";
	fntBold = false;
	fntItal = false;
	fntFam = "Arial";

	backCol = "#7CA5CF";
	overCol = "#5884B1";
	overFnt = "white";

	borWid = 1;
	borCol = "white";
	borSty = "solid";
	itemPad = 3;

	imgSrc = "/i/tri.gif";
	imgSiz = 8;

	separator = 1;
	separatorCol = "white";

	isFrames = false;
	navFrLoc = "top";
	mainFrName = "main";

	keepHilite = false; 
	NSfontOver = true;
	clickStart = false;
	clickKill = false;

	showVisited = "green";

	document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/CRM/common/menu/sc.js'><\/SCRIPT>");
}
//-->

