/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='Transparent';				// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='Transparent';			// Background color when mouse is over
	var HighSubBgColor='transparent';			// Background color when mouse is over on subs
	var FontLowColor='#6E6B71';			// Font color when mouse is not over
	var FontSubLowColor='#6E6B71';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='transparent';			// Border color
	var BorderSubColor='#838383';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Arial"				// 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=100;					// Menu offset x coordinate
	var StartLeft=30;					// 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;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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("<b>About MANE-VU</b>","aboutus.asp","",4,20,125);
	Menu1_1=new Array("- Who We Are","aboutus.asp","",0,20,155);	
	Menu1_2=new Array("- Board Members","members.asp","",0,20,125);
	Menu1_3=new Array("- Executive Staff","team.asp","",0);
	Menu1_4=new Array("- Groups","groups_main.asp","",3,20,125);
				Menu1_4_1=new Array("- Air Directors ","Groups.asp?fview=Air%20Directors","",0,20,160);
				Menu1_4_2=new Array("- Communications Committee ","Groups.asp?fview=Communications%20Committee","",0,20,160);
				Menu1_4_3=new Array("- Technical Support Committee ","Groups.asp?fview=Technical%20Support%20Committee","",0,20,160);
				
Menu2=new Array("<b>Meetings & Events</b>","meetings.asp","",0,20,155,5);
Menu3=new Array("<b>About Haze</b>","air_pollution.asp","",0,20,155,5);

Menu4=new Array("<b>Publications</b>","Document.asp?fview=Fact%20Sheets","",4,20,175,0);
	Menu4_1=new Array("- Fact Sheets","document.asp?fview=Fact%20Sheets","",0,20,175);
	Menu4_2=new Array("- Formal Actions","document.asp?fview=Formal%20Actions","",0,20,175);
	Menu4_3=new Array("- Correspondence","document.asp?fview=Correspondence","",0,20,175);
	Menu4_4=new Array("- Reports & Technical Materials","Document.asp?fview=Reports","",0,20,175);
						
Menu5=new Array("<b>Interests</b>","interest.asp?fview=Air%20Directors","",3,20,160);
	Menu5_1=new Array("- Air Directors","interest.asp?fview=Air%20Directors","",0,20,150);
	Menu5_2=new Array("- Communications & Outreach","interest.asp?fview=Communications%20Outreach","",0,20,150);
	Menu5_3=new Array("- Modeling Efforts","interest.asp?fview=Modelling","",0,20,140);

Menu6=new Array("<b>Press</b>","Press.asp?fview=Press%20Releases","",1,20,55);
	Menu6_1=new Array("- Press Releases ","Press.asp?fview=Press%20Releases","",0,20,125);
	
Menu7=new Array("<b>Register</b>","registration.asp","",2,20,55);
	Menu7_1=new Array("- New Registration ","registration.asp","",0,20,140);
	Menu7_2=new Array("- Users","memberlogin.asp","",0,20,140);
	
Menu8=new Array("<b>Resources</b>","resources.asp?fview=Tribal%20Members","",4,20,155,5);
	Menu8_1=new Array("- Federal, State & Tribal Members ","resources.asp?fview=Tribal%20Members","",0,20,165);
	Menu8_2=new Array("- MANE-VU Partners","resources.asp?fview=MANEVU%20Partners","",0,20,140);
	Menu8_3=new Array("- Regional Planning Organizations","resources.asp?fview=Regional%20Planning%20Organizations","",0,20,140);
	Menu8_4=new Array("- Other Resources","resources.asp?FView=Other%20Resources","",0,20,140);
	
	
Menu9=new Array("<b>Consultations</b>","consultations.asp?fview=21","",6,20,155,5);
	Menu9_1=new Array("- The Consultation Process","consultations.asp?fview=21","",0,20,165);
	Menu9_2=new Array("- Documented Consultations","consultations.asp?fview=2","",0,20,140);
	Menu9_3=new Array("- Correspondence","consultations.asp?fview=1","",0,20,140);
	Menu9_4=new Array("- Projects and Work Products","consultations.asp?FView=9","",0,20,140);
	Menu9_5=new Array("- Links","consultations.asp?FView=13","",0,20,140);
	Menu9_6=new Array("- Contacts","consultationcontacts.asp","",0,20,140);