	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#398ff4';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='gray';			// Font color when mouse is not over
	var FontSubLowColor='#767670';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='#eba00e';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='#e2e0de';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=9;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='menupos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['pics/tri1.gif',5,10,'pics/tridown1.gif',10,5,'pics/trileft1.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Business Intelligence Model","prod_bim.html","",0,19,170);

Menu2=new Array("Solutions","dashb_Ops.html","",8,19,170);
	Menu2_1=new Array("Operations","","",4,19,140);	
		Menu2_1_1=new Array("Operations","dashb_Ops.html","",0,19,140);
		Menu2_1_2=new Array("Asset Reliability","dashb_AR.html","",0,19,140);
		Menu2_1_3=new Array("Storm Central","dashb_StC.html","",0,19,140);
		Menu2_1_4=new Array("External Communications","dashb_XC.html","",0,19,140);
	Menu2_2=new Array("Asset Management","","",3,19,140);
		Menu2_2_1=new Array("Asset Register","dashb_ARg.html","",0,19,140);
		Menu2_2_2=new Array("Compliance","dashb_CDM.html","",0,19,140);
		Menu2_2_3=new Array("Health Index","dashb_HI.html","",0,19,140);
	Menu2_3=new Array("Work Management","","",3,19,140);
		Menu2_3_1=new Array("Work Management","dashb_WM.html","",0,19,140);
		Menu2_3_2=new Array("Construction Management","dashb_CSM.html","",0,19,140);
		Menu2_3_3=new Array("Scheduling","dashb_Sched.html","",0,19,140);
	Menu2_4=new Array("Field Force Management","","",4,19,140);
		Menu2_4_1=new Array("Field Force Management","dashb_FFM.html","",0,19,140);
		Menu2_4_2=new Array("Vehicle Location Tracking","dashb_VLT.html","",0,19,140);
		Menu2_4_3=new Array("Fleet Management","dashb_Fleet.html","",0,19,140);
		Menu2_4_4=new Array("Human Resources/Safety","dashb_HR.html","",0,19,140);
	Menu2_5=new Array("Customer Service","","",4,19,140);
		Menu2_5_1=new Array("Customer Service","dashb_CS.html","",0,19,190);
		Menu2_5_2=new Array("Revenue & Billing","dashb_RB.html","",0,19,190);
		Menu2_5_3=new Array("Call Center","dashb_CC.html","",0,19,190);
		Menu2_5_4=new Array("Bad Debt & Arrangements","dashb_BDA.html","",0,19,190);
	Menu2_6=new Array("Financials","","",4,19,140);
		Menu2_6_1=new Array("Financials","dashb_FN.html","",0,19,250);
		Menu2_6_2=new Array("Revenue Analysis","dashb_RA.html","",0,19,250);
		Menu2_6_3=new Array("Corporate Performace Management","prod_kpi.html","",0,19,250);
		Menu2_6_4=new Array("Capital Project Tracking & Financial Analysis","dashb_PTFA.html","",0,19,250);
	Menu2_7=new Array("SmartGrid/AMI","","",4,19,140);
		Menu2_7_1=new Array("Meter Analytics","dashb_MA.html","",0,19,140);
		Menu2_7_2=new Array("Revenue Protection","dashb_RP.html","",0,19,140);
		Menu2_7_3=new Array("Vegetation Management","dashb_VM.html","",0,19,140);
		Menu2_7_4=new Array("Theft Protection","dashb_TP.html","",0,19,140);
	Menu2_8=new Array("Energy Efficiency Programs","","",3,19,140);
		Menu2_8_1=new Array("Program Results","dashb_PR.html","",0,19,140);
		Menu2_8_2=new Array("Program Coverage","dashb_PC.html","",0,19,140);
		Menu2_8_3=new Array("Data Investigation","dashb_DI.html","",0,19,140);
	
Menu3=new Array("FocalPOINT ETL","prod_etl.html","",0,19,170);

Menu4=new Array("FocalPOINT WebPart Editor","prod_ide.html","",0,19,170);

Menu5=new Array("FocalPOINT Spatial Administrator","prod_spadmn.html","",0,19,170);

Menu6=new Array("FocalPOINT WebPart Administrator","prod_admin.html","",0,19,170);


