/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='e6e6e6';			// Background color when mouse is not over on subs
	var HighBgColor='e6e6e6';			// Background color when mouse is over
	var HighSubBgColor='BDDEE3';			// Background color when mouse is over on subs
	var FontLowColor='666666';			// Font color when mouse is not over
	var FontSubLowColor='000000';			// Font color subs when mouse is not over
	var FontHighColor='666666';			// Font color when mouse is over
	var FontSubHighColor='000000';			// Font color subs when mouse is over
	var BorderColor='ffffff';			// Border color
	var BorderSubColor='999999';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,helvetica"	// Font family menu items
	var FontSize=8.5;				// 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=.05;			// 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=5;				// 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=800;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear
	var TargetLoc='menuPos';				// 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/nav_home.gif:images/nav_home_on.gif","index.html","",0,22,147);

Menu2=new Array("rollover:images/nav_blog.gif:images/nav_blog_on.gif","blog/","",0,22,147);

Menu3=new Array("rollover:images/nav_about.gif:images/nav_about_on.gif","about.html","",4,22,147);
	Menu3_1=new Array("Current Programs","about_programs.html","",0,18,250);
	Menu3_2=new Array("Our History","about_history.html","",0,18,250);
	Menu3_3=new Array("Our Principals","about_principals.html","",0,18,250);
	Menu3_4=new Array("FoW Collaborative","about_associates.html","",0,18,250);
	//Menu3_4=new Array("Members","about_members.html","",0,18,250);
	//Menu3_5=new Array("Member Directory","members_directory.php","",0,18,250);
	//Menu3_6=new Array("Our Talent Pool","about_talent.html","",0,18,250);
	//Menu3_7=new Array("Senior Fellows","about_fellows.html","",0,18,250);
	//Menu3_8=new Array("Advisory Board","about_board.html","",0,18,250);

Menu4=new Array("rollover:images/nav_what.gif:images/nav_what_on.gif","what.html","",6,22,147);
	Menu4_1=new Array("Membership Programs","what_programs.html","",0,18,250);
	//Menu4_2=new Array("World Congress","what_congress.html","",0,18,250);
	Menu4_2=new Array("Third Places","what_thirdplaces.html","",0,18,250);
	Menu4_3=new Array("Products","what_products.html","",0,18,250);
		//Menu3_3_1=new Array("OAS","what_products_oas.html","",0,18,150);
		//Menu3_3_2=new Array("Workforce Survey","what_products_survey.html","",0,18,150);
		//Menu3_3_3=new Array("ROI Calculator","what_products_roi.html","",0,18,150);
	Menu4_4=new Array("Consulting Services","what_consulting.html","",0,18,250);
	Menu4_5=new Array("Quick-Start Workshop","what_tour.html","",0,18,250);
	Menu4_6=new Array("Our Book: Corporate Agility","what_book.html","",0,18,250);
	
Menu5=new Array("rollover:images/nav_news.gif:images/nav_news_on.gif","news.html","",3,22,147);
	Menu5_1=new Array("Event Calendar","news_events.html","",0,18,250);
	Menu5_2=new Array("Newsletter","news_newsletter.html","",4,18,250);
		Menu5_2_1=new Array("Current Issue","news_newsletter_current.html","",0,18,150);
		Menu5_2_2=new Array("Archive","news_newsletter_archive.html","",0,18,150);
		Menu5_2_3=new Array("Article Submission","news_newsletter_submit.html","",0,18,150);
		Menu5_2_4=new Array("Registration","news_newsletter_register.html","",0,18,150);
	Menu5_3=new Array("Announcements","news_announcements.html","",0,18,250);
		
Menu6=new Array("rollover:images/nav_resources.gif:images/nav_resources_on.gif","resources.html","",7,22,147);
	Menu6_1=new Array("Research Notes","resources_notes.html","",0,18,250);
	Menu6_2=new Array("Case Studies","resources_studies.html","",0,18,250);
	Menu6_3=new Array("White Papers","resources_whitepapers.html","",0,18,250);
	Menu6_4=new Array("Article Reprints","resources_reprints.html","",0,18,250);
	Menu6_5=new Array("Speakers Bureau","resources_speakers.html","",1,18,250);
		Menu6_5_1=new Array("Speaker List","resources_speakers_list.html","",0,18,150);
	Menu6_6=new Array("The Live/Work Project","resources_project.html","",1,18,210);
		Menu6_6_1=new Array("Photo Album","resources_project_photo.html","",0,18,150);
	//Menu6_7=new Array("Business Partners","resources_partners.html","",0,18,250);
	Menu6_7=new Array("The Wider Community","resources_links.html","",0,18,250);
	
//Menu7=new Array("rollover:images/nav_community.gif:images/nav_community_on.gif","community.html","",3,22,147);
//	Menu7_1=new Array("Benefits of Membership","community_benefits.html","",0,18,250);
//	Menu7_2=new Array("Membership Programs","community_levels.html","",0,18,250);
//	Menu7_3=new Array("Apply for Membership","community_app.html","",0,18,250);
Menu7=new Array("rollover:images/nav_ework.gif:images/nav_ework_on.gif","eWork.html","",0,22,147);

Menu8=new Array("rollover:images/nav_contact.gif:images/nav_contact_on.gif","contact.html","",0,22,147);
	
//Menu9=new Array("rollover:images/nav_congress.gif:images/nav_congress_on.gif","congress.html","",6,22,147);
	//Menu9_1=new Array("Program","congress_program.html","",4,18,250);
		//Menu9_1_1=new Array("At-A-Glance","congress_program_calendar.html","",0,18,210);
	    //Menu9_1_2=new Array("Congress Schedule","congress_program_events.html","",0,18,210); 
	    //Menu9_1_3=new Array("Parties and Receptions","congress_program_networking.html","",0,18,210);
	    //Menu9_1_4=new Array("Online Events","congress_program_online.html","",0,18,210);
	//Menu9_2=new Array("Event Weblog","congress_blog.html","",0,18,250);
	//Menu9_3=new Array("2004 Photo Album","congress_photo.html","",0,18,250);
	//Menu9_4=new Array("Delegates","congress_delegates.html","",0,18,250);
	//Menu9_5=new Array("Press Room","congress_press.html","",0,18,250);
		//Menu8_5_1=new Array("Press Releases","congress_press_releases.html","",0,18,210);
    	//Menu8_5_2=new Array("Backgrounder","congress_press_backgrounder.html","",0,18,210);
	//Menu9_6=new Array("Password Protected Forum","congress_private.html","",0,18,250);
	//Menu8_2=new Array("Attend the World Congress","congress_attend.html","",0,18,250);
		//Menu8_2_1=new Array("Register to Attend","congress_attend_register.html","",0,18,210);
	    //Menu8_3_2=new Array("Lodging","congress_attend_lodging.html","",0,18,210);
    	//Menu8_3_3=new Array("Travel","congress_attend_travel.html","",0,18,210);
    	//Menu8_3_4=new Array("Cyber-Attendance","congress_attend_cyber.html","",0,18,210);
	//Menu8_3=new Array("Sponsor the World Congress","congress_sponsor.html","",0,18,250);
	//Menu8_2=new Array("Ambassadors","congress_ambassadors.html","",0,18,210);
Menu9=new Array("rollover:images/nav_members.gif:images/nav_members_on.gif","members.php","",8,22,147);
	Menu9_1=new Array("Member Log In","members_login.php","",0,18,250);	
	Menu9_2=new Array("Password Help","members_login_help.php","",0,18,250);	
	Menu9_3=new Array("Calendar","members_calendar.php","",0,18,250); 	
	Menu9_4=new Array("Member Forum","members_board.php","",0,18,250); 
	Menu9_5=new Array("Shared Files","members_files.php","",0,18,250); 
	Menu9_6=new Array("Member Directory","members_directory.php","",0,18,250); 
	Menu9_7=new Array("Teleconferences","members_teleconferences.php","",0,18,250); 
	//Menu9_7=new Array("Photo Album","members_photos.php","",0,18,250);	
	Menu9_8=new Array("Manage Your Profile","members_profile.php","",0,18,250);	
	