 /***********************************************
*	(c) Ger Versluis 2000 version 9.50 24 July 2003	          *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=12;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#888E95";			// Background color when mouse is not over
	var HighBgColor="#EBE8E0";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="black";			// Font color when mouse is over
	var BorderColor="black";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="arial,comic sans ms,technical";	// Font family menu items
	var FontSize=8;				// 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 can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	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=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=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=1;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"tri.gif",10,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var PartOfWindow=.7;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over

	var MenuSlide="";


	var MenuShadow="";


	var MenuOpacity="";


	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 


Menu1=new Array("FMD Home","http://www.fmd.vcu.edu/","",0,17,130,"","","","","","",-1,-1,-1,"",",");	
Menu2=new Array("Administration","","",2,17,130,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Administration Homepage","http://www.fmd.vcu.edu/adminnew/admin.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");	
	Menu2_2=new Array("Customer Survey","http://www.fmd.vcu.edu/adminnew/adminsurvey1.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");

Menu3=new Array("Accounting","","",4,17,130,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Accounting Homepage","http://www.fmd.vcu.edu/accnew/acc.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu3_2=new Array("Shop Rates","http://www.fmd.vcu.edu/accnew/craft.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu3_3=new Array("Employment","http://www.vcujobs.com","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu3_4=new Array("Billing Cycle","http://www.fmd.vcu.edu/accnew/billing.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	
	
Menu4=new Array("Construction","","",7,17,130,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("Construction Homepage","http://www.fmd.vcu.edu/constnew/const.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu4_2=new Array("Current Projects","javascript:NewWin=window.open('http://www.fmd.vcu.edu/construction.pdf','NWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=50,left=50,width=720,height=520');window['NewWin'].focus()","",0,17,170,"","","","","","",-1,-1,-1,"",",");
        Menu4_3=new Array("Customer Survey","http://www.fmd.vcu.edu/constnew/csurvey.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu4_4=new Array("Minority Information","http://www.fmd.vcu.edu/constnew/minority.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu4_5=new Array("Event Calendar","javascript:NewWin=window.open('http://webapp.fmd.vcu.edu/calendar/','NWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=10,left=10,width=795,height=580');window['NewWin'].focus()","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu4_6=new Array("VCU Renovations","http://www.fmd.vcu.edu/constnew/vcuren.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu4_7=new Array("Maintenance Reserve","http://www.fmd.vcu.edu/constnew/maintresv.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	
Menu5=new Array("Capital Planning","","",3,17,130,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Capital Planning Homepage","http://www.fmd.vcu.edu/cpnew/cp.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu5_2=new Array("Funding Source","http://www.fmd.vcu.edu/cpnew/funding.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu5_3=new Array("BOV - 6 yr. Plan","javascript:NewWin=window.open('http://www.fmd.vcu.edu/capital/bov/sld001.htm','NWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=50,left=50,width=750,height=580');window['NewWin'].focus()","",0,17,170,"","","","","","",-1,-1,-1,"",",");

Menu6=new Array("Physical Plant","","",12,17,130,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Physical Plant Homepage","http://www.fmd.vcu.edu/ppdnew/ppd.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu6_2=new Array("Campus Coordinators","http://www.fmd.vcu.edu/ppdnew/ppcoord.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu6_3=new Array("Estimates","http://www.fmd.vcu.edu/ppdnew/ppdest.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu6_4=new Array("Work Reception","http://www.fmd.vcu.edu/ppdnew/ppwrecpt.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu6_5=new Array("Emergencies","http://www.fmd.vcu.edu/ppdnew/ppdemerg.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu6_6=new Array("Inclement Weather","http://www.fmd.vcu.edu/ppdnew/ppdweather.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu6_7=new Array("Bldg. Manager / Coord. Resp.","http://www.fmd.vcu.edu/ppdnew/ppmanager.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu6_8=new Array("Cost / Funding","http://www.fmd.vcu.edu/ppdnew/ppdcost.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu6_9=new Array("Self-help","http://www.fmd.vcu.edu/ppdnew/ppdhelp.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
        Menu6_10=new Array("Maintenance & Operations","","",7,17,130,"","","","","","",-1,-1,-1,"","");
            Menu6_10_1=new Array("Customer Service Center","http://www.fmd.vcu.edu/ppdnew/customer.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
            Menu6_10_2=new Array("QuikFM","http://quikfm.vcu.edu/","",0,17,170,"","","","","","",-1,-1,-1,"",",");
            Menu6_10_3=new Array("Zone Maintenace","http://www.fmd.vcu.edu/ppdnew/ppdzone.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
            Menu6_10_4=new Array("Central Mech. / Electrical","http://www.fmd.vcu.edu/ppdnew/ppdcme.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
            Menu6_10_5=new Array("Roofing","http://www.fmd.vcu.edu/ppdnew/ppdroof.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
            Menu6_10_6=new Array("Housekeeping","http://www.fmd.vcu.edu/ppdnew/ppdhouse.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
            Menu6_10_7=new Array("Grounds","http://www.fmd.vcu.edu/ppdnew/ppdground.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
       Menu6_11=new Array("Support Services","","",5,17,130,"","","","","","",-1,-1,-1,"","");
          Menu6_11_1=new Array("Environmental Conservation","http://www.fmd.vcu.edu/ppdnew/ppdwaste.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu6_11_2=new Array("General Services / Surplus Property","http://www.fmd.vcu.edu/ppdnew/ppdgeneral.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu6_11_3=new Array("Lock Shop","http://www.fmd.vcu.edu/ppdnew/ppdlock.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu6_11_4=new Array("Vehicle Maintenance","http://www.fmd.vcu.edu/ppdnew/ppdhigh.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu6_11_5=new Array("Contract Services","http://www.fmd.vcu.edu/ppdnew/ppdcontract.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
    	Menu6_12=new Array("Energy Management","http://www.fmd.vcu.edu/ppdnew/ppdutility.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");      

Menu7=new Array("Env. Health & Safety","","",1,17,130,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("Env. Health & Safety","http://www.fmd.vcu.edu/oehsnew/oehs.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	
Menu8=new Array("VCU Health System","","",3,17,130,"","","","","","",-1,-1,-1,"","");
	Menu8_1=new Array("FMD - MCVH Capital Planning Homepage","http://www.fmd.vcu.edu/mcvhnew/mcvh.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu8_2=new Array("Current Projects","javascript:NewWin=window.open('http://www.fmd.vcu.edu/VCUHSCapitalProject1.htm','NWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=50,left=50,width=720,height=520');window['NewWin'].focus()","",0,17,170,"","","","","","",-1,-1,-1,"",",");
	Menu8_3=new Array("Qualified Firms","http://www.fmd.vcu.edu/mcvhnew/qfirms.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");	
	
Menu9=new Array("Planning & Design","","",2,17,130,"","","","","","",-1,-1,-1,"","");
       Menu9_1=new Array("Design","","",7,17,130,"","","","","","",-1,-1,-1,"","");
          Menu9_1_1=new Array("Design Homepage","http://www.fmd.vcu.edu/planningnew/planning.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu9_1_2=new Array("Current Projects","javascript:NewWin=window.open('http://www.fmd.vcu.edu/planprojects.pdf','NWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=50,left=50,width=720,height=520');window['NewWin'].focus()","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu9_1_3=new Array("Interior Design","http://www.fmd.vcu.edu/planningnew/interior.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu9_1_4=new Array("Signage","http://www.fmd.vcu.edu/planningnew/sign.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu9_1_5=new Array("Service Request","http://www.fmd.vcu.edu/planningnew/servicerequest.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu9_1_6=new Array("Upcoming Projects","http://www.fmd.vcu.edu/projectrfp.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu9_1_7=new Array("VCU Term Contracts","http://www.fmd.vcu.edu/termcontracts.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
       Menu9_2=new Array("Planning","","",4,17,130,"","","","","","",-1,-1,-1,"","");
          Menu9_2_1=new Array("Planning Homepage","http://www.fmd.vcu.edu/planningnew/space.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu9_2_2=new Array("Space Guidelines","http://www.fmd.vcu.edu/planningnew/guidelines.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");
             Menu9_2_2_1=new Array("Program Class","javascript:NewWin=window.open('http://www.fmd.vcu.edu/planningnew/pc.htm','NWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=50,left=50,width=720,height=520');window['NewWin'].focus()","",0,17,170,"","","","","","",-1,-1,-1,"",",");
             Menu9_2_2_2=new Array("Room Use","javascript:NewWin=window.open('http://www.fmd.vcu.edu/planningnew/roomuse.htm','NWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=50,left=50,width=720,height=520');window['NewWin'].focus()","",0,17,170,"","","","","","",-1,-1,-1,"",",");
             Menu9_2_2_3=new Array("Function Code","javascript:NewWin=window.open('http://www.fmd.vcu.edu/planningnew/fc.htm','NWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=50,left=50,width=720,height=520');window['NewWin'].focus()","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu9_2_3=new Array("Building Information","javascript:NewWin=window.open('http://www.planning.fmd.vcu.edu/bldg_list/bldg_list2_list.asp','NWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=50,left=50,width=630,height=460');window['NewWin'].focus()","",0,17,170,"","","","","","",-1,-1,-1,"",",");
          Menu9_2_4=new Array("Request Information","http://www.fmd.vcu.edu/planningnew/requestinfo.htm","",0,17,170,"","","","","","",-1,-1,-1,"",",");

Menu10=new Array("Recycling","","",1,17,130,"","","","","","",-1,-1,-1,"","");
	Menu10_1=new Array("Recycling Home","http://www.vcu.edu/recycling/index.html","",0,17,130,"","","","","","",-1,-1,-1,"",",");


Menu11=new Array("FMD Surplus","","",4,17,130,"","","","","","",-1,-1,-1,"","");
	Menu11_1=new Array("FMD Surplus Home","http://www.fmd.vcu.edu/fmdsurplus/fmdsurplus.htm","",0,17,190,"","","","","","",-1,-1,-1,"",",");
	Menu11_2=new Array("Surplus Property Procedures","http://www.fmd.vcu.edu/fmdsurplus/Surpro.htm","",7,17,190,"","","","","","",-1,-1,-1,"","");        
	   Menu11_2_1=new Array("Surplus Property Procedures Home","http://www.fmd.vcu.edu/fmdsurplus/Surpro.htm","",0,17,190,"","","","","","",-1,-1,-1,"",",");
	   Menu11_2_2=new Array("Authority and Responsibility","http://www.fmd.vcu.edu/fmdsurplus/authority.htm","",0,17,190,"","","","","","",-1,-1,-1,"",",");
	   Menu11_2_3=new Array("Transferring Items to DGS-State","http://www.fmd.vcu.edu/fmdsurplus/transfer.htm","",0,17,190,"","","","","","",-1,-1,-1,"",",");
	   Menu11_2_4=new Array("Requesting Items from DGS-State","http://www.fmd.vcu.edu/fmdsurplus/request.htm","",0,17,190,"","","","","","",-1,-1,-1,"",",");
	   Menu11_2_5=new Array("MCV Hospitals at VCU:","http://www.fmd.vcu.edu/fmdsurplus/mcvh.htm","",0,17,190,"","","","","","",-1,-1,-1,"",",");
          Menu11_2_6=new Array("Reusing VCU Property","http://www.fmd.vcu.edu/fmdsurplus/reuse.htm","",0,17,190,"","","","","","",-1,-1,-1,"",",");
	   Menu11_2_7=new Array("Personal Purchases by State Employees","http://www.fmd.vcu.edu/fmdsurplus/personal.htm","",0,17,190,"","","","","","",-1,-1,-1,"",",");
	Menu11_3=new Array("Surplus Property Guidelines for State Agencies:Computer Equipment and Peripherals ","http://www.fmd.vcu.edu/fmdsurplus/statesurplus.htm","",0,45,190,"","","","","","",-1,-1,-1,"",",");
	Menu11_4=new Array("Surplus Property Transfer to DGS Form","http://www.fmd.vcu.edu/fmdsurplus/Dgssurp.pdf","",0,30,190,"","","","","","",-1,-1,-1,"",",");	
	
Menu12=new Array("VCU Homepage","http://www.vcu.edu/","",0,17,130,"","","","","","",-1,-1,-1,"","");
	
	