/***********************************************************************************



*	(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=6;		// Number of first level items
	var LowBgColor='E0FFFF';		// Background color when mouse is not over
	var LowSubBgColor='E0FFFF';	// Background color when mouse is not over on subs
	var HighBgColor='White';		// Background color when mouse is over
	var HighSubBgColor='White';		// Background color when mouse is over on subs
	var FontLowColor='black';		// Font color when mouse is not over
	var FontSubLowColor='black';	// Font color subs when mouse is not over
	var FontHighColor='black';		// Font color when mouse is over
	var FontSubHighColor='4294A6';	// Font color subs when mouse is over
	var BorderColor='82d4e6';		// Border color
	var BorderSubColor='82d4e6';	// 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=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';	// 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=140;				// Menu offset x coordinate
	var StartLeft=10;				// 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=0;		// 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='';				// 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=['arrow.tri.gif',5,10,'arrow.tridown.gif',10,5,'arrow.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("Photos","","",3,20,125);
	Menu1_1=new Array("2006 Photos","/2006Congress/pix.index.html","",0,20,113);	
	Menu1_2=new Array("2005 Photos","/2005congress/pix.index.html","",0,20,113);	
	Menu1_3=new Array("2004 Photos","2004Congress/Cong4.photodirectory.html","",0,20,113);	

Menu2=new Array("Education","","",2);
	Menu2_1=new Array("CE Activities","ce.html","",0,20,113);	
	Menu2_2=new Array("CE On-Line","ce_online.html","",0);

Menu3=new Array("Resources","","",5);
	Menu3_1=new Array("Safety","safety.html","",0,20,113);
      Menu3_2=new Array("Travel Corner","traveling.html","",0); 
      Menu3_3=new Array("Management","annes.axioms.html","",0);	
      Menu3_4=new Array("Gray's Anatomy","http://www.bartleby.com/107/","",0);
      Menu3_5=new Array("Humor","humor1.html","",0);


Menu4=new Array("eChapter Members","'","",6);
	Menu4_1=new Array("Officers/Nominating Comm","board2010.html","",0,20,160);
	Menu4_2=new Array("Committees","commitee.corner.html","",8);
		Menu4_2_1=new Array("Bylaws","committee.bylaws.html","",0,20,120);
		Menu4_2_2=new Array("Communications","committee.comm.html","",0);
		Menu4_2_3=new Array("Education","committee.educ.html","",0);
		Menu4_2_4=new Array("Finance","committee.finance.html","",0);
		Menu4_2_5=new Array("Legislative","committee.legislative.html","",0);
		Menu4_2_6=new Array("Membership","committee.membership.html","",0);
		Menu4_2_7=new Array("Ways & Means","committee.wandm.html","",0);
		Menu4_2_8=new Array("Congress Planning","committee.congplan.html","",0);
	Menu4_3=new Array("Grants Awarded"," egrantsgiven.html","",0,20,90);
	Menu4_4=new Array("Member Articles"," articles.members.html","",0,20,90);
	Menu4_5=new Array("Kudos","kudos.html","",0);
	Menu4_6=new Array("CNORs","cnor.html","",0);

Menu5=new Array("eChapter Business","'","",6);
	Menu5_1=new Array("Delegate Information","delegate.corner.html","",0,20,130,0);
	Menu5_2=new Array("Legislative","","",3,20,130,3);
		Menu5_2_1=new Array("Reports","leg.reports.html","",0,20,130,0);
		Menu5_2_2=new Array("RN Circulator","leg.rncirc.html","",0,20,130,0);
		Menu5_2_3=new Array("Committee","committee.legislative.html","",0,20,130,0);
	Menu5_3=new Array("By-Laws","bylaws_2010.pdf","",0,20,113,0);
	Menu5_4=new Array("Operating Policies","operatingpolicies.pdf","",0); 
	Menu5_5=new Array("Minutes","minutes.html","",0); 
	Menu5_6=new Array("Expense Report","expense.report.pdf","",0); 


Menu6=new Array("About eChapter","'","",2);
	Menu6_1=new Array("Welcome","welcome.html","",0,20,130,0);
	Menu6_2=new Array("Trifold Brochure","brochure.html","",0,20,130,0);











