/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='B3CCCC';			// Background color when mouse is not over
	var LowSubBgColor='B3CCCC';			// Background color when mouse is not over on subs
	var HighBgColor='B3CCCC';			// Background color when mouse is over
	var HighSubBgColor='B3CCCC';			// Background color when mouse is over on subs
	var FontLowColor='333333';			// Font color when mouse is not over
	var FontSubLowColor='333333';			// Font color subs when mouse is not over
	var FontHighColor='red';			// Font color when mouse is over
	var FontSubHighColor='red';			// Font color subs when mouse is over
	var BorderColor='999999';			// Border color
	var BorderSubColor='999999';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="times new roman,serif"	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=0;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=0.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.2;			// vertical overlap child/ parent
	var StartTop=68;				    // Menu offset y coordinate
	var StartLeft=0;				// Menu offset x 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=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=400;			// 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='';				// DIV id for relative positioning (refer to config.htm for info)
	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 urlBase = '';

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",urlBase+"/","",0,20,70);

Menu2=new Array("About",urlBase+"/about/","",7,20,70);
	Menu2_1=new Array("Overview",urlBase+"/about/","",0,20,210);	
	Menu2_2=new Array("What the Walk Achieves",urlBase+"/about/achieves/","",0);
	Menu2_3=new Array("Where the Walk is Located",urlBase+"/about/map/","",0);
	Menu2_4=new Array("Philosophy",urlBase+"/about/philosophy/","",0);
	Menu2_5=new Array("Community Supporters",urlBase+"/about/support/","",0);
	Menu2_6=new Array("Frequently Asked Questions",urlBase+"/about/faqs/","",0);
	Menu2_7=new Array("In the News",urlBase+"/about/news/","",0);

Menu3=new Array("Design of the Walk",urlBase+"/features/","",6,20,180);
	Menu3_1=new Array("Experiencing the Walk",urlBase+"/features/","",0,20,180);
	Menu3_2=new Array("Naming Wall",urlBase+"/features/walls/","",0);
	Menu3_3=new Array("Stage",urlBase+"/features/stage/","",0);
	Menu3_4=new Array("Fountain & Iris Rill",urlBase+"/features/water/","",0);
	Menu3_5=new Array("Educational Kiosk",urlBase+"/features/kiosk/","",0);
	Menu3_6=new Array("Art",urlBase+"/artists/","",0);

Menu4=new Array("The Heroines",urlBase+"/heroines/","",4,20,120);
	Menu4_1=new Array("Honoring Opportunities",urlBase+"/heroines/honoring/","",0,20,225);
	Menu4_2=new Array("Projects & Campaigns",urlBase+"/campaigns/","",9);

        Menu4_2_1=new Array("Interfaith Friendship Garden", urlBase+"/campaigns/itg/","",0,20,250);
		Menu4_2_2=new Array("Thousand Thanks Club",urlBase+"/campaigns/TTC/","",0);
		Menu4_2_3=new Array("Fountain in Honor of Mothers",urlBase+"/MothersDay/index.html","",0);
		Menu4_2_4=new Array("Mothers Legacy Project","http://www.motherslegacy.org","",0);
		Menu4_2_5=new Array("Barbara Roberts",urlBase+"/campaigns/BarbaraRoberts/","",0);
		Menu4_2_6=new Array("Vera Katz",urlBase+"/campaigns/VeraKatz/","",0);
		
		Menu4_2_7=new Array("Women in Engineering and Science",urlBase+"/campaigns/WEandS/","",0);
		Menu4_2_8=new Array("Lillian Pitt",urlBase+"/heroines/LillianPitt/","",0);
		Menu4_2_9=new Array("Marjorie Saltzman",urlBase+"/heroines/MarjorieSaltzman/","",0);
	Menu4_3=new Array("Who Is a Heroine?",urlBase+"/heroines/","",0,20,185);
	Menu4_4=new Array("How Are Heroines Selected?",urlBase+"/heroines/selection/","",0);

Menu5=new Array("Contact Us",urlBase+"/contact/","",0,20,110);
Menu6=new Array("Make a Gift",urlBase+"/give/","",2,20,110);
	Menu6_1=new Array("Make a Gift",urlBase+"/give/","",0,20,180);
	Menu6_2=new Array("Campaigns",urlBase+"/campaigns/","",0);

