/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#16245B';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='';			// Background color when mouse is over on subs
	var FontLowColor='#FEF1D5';			// Font color when mouse is not over
	var FontSubLowColor='#FEF1D5';			// Font color subs when mouse is not over
	var FontHighColor='#FECE6E';			// Font color when mouse is over
	var FontSubHighColor='#FECE6E';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#6F7B9D';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif";	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=1;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=268;				// Menu offset x coordinate
	var StartLeft=-1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// 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=500;			// 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='';				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.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("rollover:../images/ln_general_info_off.gif:../images/ln_general_info_on.gif","../general/","",3,28,149);
	Menu1_1=new Array("Address & Maps","../general/address.htm","",0,20,160);
	Menu1_2=new Array("Contacts (E-mail)","../general/contacts.htm","",0,20,160);
	Menu1_3=new Array("Mission Statement","../general/mission.htm","",0,20,160);
Menu2=new Array("rollover:../images/ln_admin_off.gif:../images/ln_admin_on.gif","../administrative/","",7,43,149);
	Menu2_1=new Array("Cost Accounting","../administrative/costacc.htm","",0,20,200);
	Menu2_2=new Array("Customer Service","../administrative/customer.htm","",0,20,200);
	Menu2_3=new Array("Energy & Utility Services","../administrative/utility.htm","",0,20,200);
	Menu2_4=new Array("Front Desk","../administrative/frontdesk.htm","",0,20,200);
	Menu2_5=new Array("Personnel Assistants","../administrative/personnel.htm","",0,20,200);
	Menu2_6=new Array("Purchasing","../administrative/purchasing.htm","",0,20,200);
	Menu2_7=new Array("Recharge Rates","../administrative/recharge.htm","",0,20,200);
Menu3=new Array("rollover:../images/ln_building_serv_off.gif:../images/ln_building_serv_on.gif","../building/","",3,43,149);
	Menu3_1=new Array("Material Rental","http://pplant.ucr.edu/administrative/recharge.htm","",0,20,200);
	Menu3_2=new Array("Relocation Services","../building/relocation.htm","",0,20,200);
	Menu3_3=new Array("Special Event Services","../building/special.htm","",0,20,200);
Menu4=new Array("rollover:../images/ln_fac_maintenance_off.gif:../images/ln_fac_maintenance_on.gif","../facilities/","",2,43,149);
	Menu4_1=new Array("Contracts & Estimates","../facilities/estimating.htm","",0,20,200);
	//Menu4_2=new Array("Material Planner","../facilities/material.htm","",0,20,200);
	Menu4_2=new Array("New Building Facility Coordinator","../facilities/coordinator.htm","",0,35,200);
Menu5=new Array("rollover:../images/ln_lrs_off.gif:../images/ln_lrs_on.gif","../landscape/","",5,28,149);
	Menu5_1=new Array("Irrigation Specialists","../landscape/irrigation.htm","",0,20,160);
	Menu5_2=new Array("Landscape Contract Coordinator","../landscape/contract.htm","",0,34,160);
	Menu5_3=new Array("Mechanical Repair","../landscape/mechanical.htm","",0,20,160);
	Menu5_4=new Array("Pest Control","../landscape/pest.htm","",0,20,160);
	Menu5_5=new Array("Tree Trimming","../landscape/tree.htm","",0,20,160);
Menu6=new Array("rollover:../images/ln_work_order_off.gif:../images/ln_work_order_on.gif","http://fmm.ucr.edu/fmm/main.homepage","",1,29,149);
	Menu6_1=new Array("Work Order System","http://fmm.ucr.edu/fmm/main.homepage","",0,20,160);
