/***********************************************************************************
*	(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=15;			// Number of first level items
	var LowBgColor='#73bdf7';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='#73bdf7';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				    // Border width
	var BorderBtwnElmnts=0;			    // Border between elements 1 or 0
	var FontFamily="Verdana"	        // 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='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=45;				    // 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=1;				    // 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("Home page","index.php","",0,20,138);

Menu2=new Array("About POSC","About.php","",10);
	Menu2_1=new Array("What is POSC?","WhatIsPOSC.php","",0,20,250);
	Menu2_2=new Array("What does it look like?","WhatIsTheLook.php","",0);
	Menu2_3=new Array("The Three Rules explained?","WhatRules.php","",0);
	Menu2_4=new Array("What are the goals?","WhatGoals.php","",0);
	Menu2_5=new Array("Who creates it?","WhoCreates.php","",0);
	Menu2_6=new Array("What has been the impact?","WhatImpact.php","",0);
	Menu2_7=new Array("The Founding Tenets","foundingtenets.php","",0);
	Menu2_8=new Array("Visit our photo galleries","Photos.php","",0);
	Menu2_9=new Array("Sponsors","Sponsors.php","",0);
	Menu2_10=new Array("Recent Recognitions","Recognition.php","",0);
	
Menu3=new Array("Procession Day","Procession.php","",7);
	Menu3_1=new Array("How to Register","register.php","",0,20,250);
	Menu3_2=new Array("Teacher/Group Checklist","GroupList.php","",0);
	Menu3_3=new Array("Procession Day Schedule","Schedule.php","",0);
	Menu3_4=new Array("Procession Day Logistics","Logistics.php","",0);
	Menu3_5=new Array("Procession Route","route.php","",0);
	Menu3_6=new Array("Route Map","Map.php","",0);
	Menu3_7=new Array("Chalk in the Streets","Chalk.php","",0);

Menu4=new Array("Workshops","Workshops.php","",2);
	Menu4_1=new Array("Music Workshops","Music.php","",0,20,250); 
	Menu4_2=new Array("Art Workshops","Art.php","",0);
	
Menu5=new Array("Art Studio","Studio.php","",4);
	Menu5_1=new Array("Imagine a Place","Imagine.php","",0,20,250); 
	Menu5_2=new Array("FAQs About the Studio","AboutStudio.php","",0); 
	Menu5_3=new Array("Locations of the Studios","StudioLocation.php","",0); 
	Menu5_4=new Array("Hours of the Studios","StudioHours.php","",0); 
	
Menu6=new Array("Get involved!","GetInvolved.php","",5);
	Menu6_1=new Array("Volunteer opportunities","Opportunities.php","",0,20,250); 
	Menu6_2=new Array("Donate funds","DonateFunds.php","",0); 
	Menu6_3=new Array("Donate art supplies","Recycle.php","",0); 
	Menu6_4=new Array("Other things we need","Needs.php","",0); 
	Menu6_5=new Array("Come to fund raisers","FundRaisers.php","",0); 

Menu7=new Array("Photos","Photos.php","",0);

Menu8=new Array("Outreach","Outreach.php","",2);
	Menu8_1=new Array("Processions elsewhere, U.S. & world","Elsewhere.php","",0,20,250); 
	Menu8_2=new Array("Start your own Procession","Starter.php","",0); 

Menu9=new Array("Links","Links.php","",0);

Menu10=new Array("History","History.php","",8);
	Menu10_1=new Array("How did the Procession begin?","HowBegun.php","",0,20,250);
	Menu10_2=new Array("What has been the impact?","WhatImpact.php","",0);
	Menu10_3=new Array("The Founding Tenets","foundingtenets.php","",0);
	Menu10_4=new Array("Visit our photo galleries","Photos.php","",0);
	Menu10_5=new Array("Those who fund the fun!","Funders.php","",0);
	Menu10_6=new Array("History of the Studio","StudioHistory.php","",0);
	Menu10_7=new Array("News articles","NewsArticles.php","",0);
	Menu10_8=new Array("Community comments","CommunityComments.php","",0);
	
Menu11=new Array("Staff Info","Staff.php","",10);
	Menu11_1=new Array("How to Volunteer","Volunteer.php","",0,20,250); 
	Menu11_2=new Array("Safety Instructions","Safety.php","",0); 
	Menu11_3=new Array("Greeters Guide","Greeters.php","",0); 
	Menu11_4=new Array("General Studio Person","General.php","",0); 
	Menu11_5=new Array("Focus Areas","Focus.php","",0); 
	Menu11_6=new Array("Emergency Procedures","Emergency.php","",0); 
	Menu11_7=new Array("Open The Studio","Open.php","",0); 
	Menu11_8=new Array("Close The Studio","Close.php","",0); 
	Menu11_9=new Array("Minutes of Meetings","Minutes.php","",0); 
	Menu11_10=new Array("Other Resources","Resources.php","",0); 
	
Menu12=new Array("Site Map","SiteMap.php","",0);
	
Menu13=new Array("Events","Events.php","",0);
	
Menu14=new Array("Calendar","Calendar.php","",0);
	
Menu15=new Array("Contact Info","Contact.php","",0);
