/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='#002147';			// Background color when mouse is not over on subs
	var HighBgColor='#002147';			// Background color when mouse is over
	var HighSubBgColor='#002147';			// Background color when mouse is over on subs
	var FontLowColor='#003366';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#e6b82b';			// Font color when mouse is over
	var FontSubHighColor='#e6b82b';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,Tahoma, verdana,comic sans ms,technical"	// Font family menu items
	var FontSize=10;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.1;			// vertical overlap child/ parent
	var StartTop=15;				// Menu offset x coordinate
	var StartLeft=20;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=6;				// 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=200;			// 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='menuleft';				// 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=['arrow.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("Home","index.html","",0,28,150);

Menu2=new Array("About the Center","about.html","",2);
    Menu2_1=new Array("Who We Are","whoweare.html","",0,25,150);
	Menu2_2=new Array("Partners","partners.html","",0);

Menu3=new Array("Programs and Events","programs.html","",3);
	Menu3_1=new Array("Energy Fellows Program","energyfellows.html","",0,25,220);	
	Menu3_2=new Array("Master Energy Training Program","energytraining.html","",0);
    Menu3_3=new Array("Events","events.html","",0);

Menu4=new Array("Projects","projects.html","",0);

Menu5=new Array("Ocean State Clean Cities Coalition","osccc.html","",0,46,150);
		
Menu6=new Array("Research","research.html","",4);
	Menu6_1=new Array("Energy Resources Research & Development","rd.html","",0,25,268);
	Menu6_2=new Array("Energy Efficiency & Technology Assesment","ta.html","",0);
	Menu6_3=new Array("Economics and Policy Analysis","pa.html","",0);
	Menu6_4=new Array("Extension and Outreach","eo.html","",0);

Menu7=new Array("Resources","resources.html","",8);
	Menu7_1=new Array("Rhode Island Energy 101","rhode-island-energy-101.html","",0,25,200);
	Menu7_2=new Array("For Home Owners","homeowners.html","",2);
		Menu7_2_1=new Array("Energy Eficiency","homeowner-energy-efficiency.html","",0,25,150);
		Menu7_2_2=new Array("Renewable Energy","homeowner-renewable-energy.html","",3);
			Menu7_2_2_1=new Array("Solar","solar.html","",0,25,200);
			Menu7_2_2_2=new Array("Wind","wind.html","",0);
			Menu7_2_2_3=new Array("Hydro and Geothermal Power","hydro-and-geothermal-power.html","",0);
	Menu7_3=new Array("For Business Owners","businessowners.html","",2);
		Menu7_3_1=new Array("Energy Efficiency","business-energy-efficiency.html","",0,25,150);
		Menu7_3_2=new Array("Renewable Energy","business-renewable-energy.html","",0);
	Menu7_4=new Array("For Municipalities","municipalities.html","",2);
		Menu7_4_1=new Array("Energy Efficiency","municipality-energy-efficiency.html","",0,25,150);
		Menu7_4_2=new Array("Renewable Energy","municipality-renewable-energy.html","",0);
	Menu7_5=new Array("For Educators","educators.html","",2);
		Menu7_5_1=new Array("Environmental Education","ri-environmental-education.html","",0,25,150);
		Menu7_5_2=new Array("Energy Education","energy-education.html","",0);
	Menu7_6=new Array("For College students","students.html","",0);
	Menu7_7=new Array("RI Energy Businesses List","energybusinesses.html","",0);
	Menu7_8=new Array("RI Energy Organizations","ri-energy-organizations.html","",0);

Menu8=new Array("URI Energy Initiatives","initiatives.html","",3);
	Menu8_1=new Array("NORESCO Performance Contract","NORESCO.html","",0,25,270);
	Menu8_2=new Array("URI President's Council on Sustainability","sustainability.html","",0);
	Menu8_3=new Array("URI Green Links","greenlinks.html","",0);
	
