// ******************************************** 
// $Workfile: jsLegistarMenus.js $ 
// $Revision: 8 $ 
// $Modtime: 2/02/01 4:39p $ 
// $Author: Mkeperling $ 
// $Archive: /Projects/Daystar/Phase 2/Web/js/jsLegistarMenus.js $ 
// $NoKeywords: $
// ******************************************** 

if (isMenu) {
menuVersion = 3;
menuWidth = 120;
childOverlap = 20;
childOffset = 5;
perCentOver = null;
secondsVisible = .25;
fntCol = "#EBCB96";
fntSiz = "8";
fntBold = false;
fntItal = false;
fntFam = "Arial,sans-serif";
backCol = "#483924";
overCol = "#000000";
overFnt = "#ffffff";
borWid = 1;
borCol = "#2B1A02";
borSty = "solid";
itemPad = 3;
imgSrc = "img/tri.gif";
imgSiz = 10;
separator = 1;
separatorCol = "#775E3C";
isFrames = true;
navFrLoc = "top";
mainFrName = "content.main";

keepHilite = true; 
clickStart = false;
clickKill = false;
}

/*
function replaceImage(thisImage, state){	
	var tmpObj = eval("document['" + thisImage + "']");
	if (tmpObj != undefined && tmpObj != null )
	{
	if (state == 'on'){ 
		eval("document['" + thisImage + "'].src = " + thisImage + "_on.src");
		
	}
	if (state == 'off'){
		eval("document['" + thisImage + "'].src = " + thisImage + "_off.src");
			
	}
	}
	else
		alert("replaceImage()\nImage " + thisImage + " does not exist");
}
*/


