/***********************************************************************************
*	(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=10;			// Number of first level items
	var LowBgColor='#01358B';			// Background color when mouse is not over
	var LowSubBgColor='#FFCC00';			// Background color when mouse is not over on subs
	var HighBgColor='#01358B';			// Background color when mouse is over
	var HighSubBgColor='#01358B';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#01358B';			// Font color subs when mouse is not over
	var FontHighColor='#FFCC00';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#CC0000';			// Border color
	var BorderSubColor='#CC0000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Arial,Helvetica,sans-serif"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=1;					// 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=.2;			// vertical overlap child/ parent
	var StartTop=1;					// 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=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// 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='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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed

// Mod 07 Apr 2007 djm - revised to include path.
//	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height
	var HomePath = "http://" + location.hostname;
	var ArrwPath =  HomePath + "/includes/";
	var Arrws=[ArrwPath + 'tri.gif',5,10,ArrwPath + 'tridown.gif',10,5,ArrwPath + 'trileft.gif',5,10];

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",HomePath+"/","",0,20,100);

Menu2=new Array("About Us","javascript:void(0)","",7);
	Menu2_1=new Array("Spirit of Phoenix Chorus",HomePath+"/chorus/","",0,20,180);
	Menu2_2=new Array("Chapter Quartets",HomePath+"/quartets/","",0);
	Menu2_3=new Array("Musical Directors",HomePath+"/directors/","",0);
	Menu2_4=new Array("Greater Phoenix Chapter","javascript:void(0)","",3);
		Menu2_4_1=new Array("Chapter Info",HomePath+"/chapter/","",0,20,140);
		Menu2_4_2=new Array("Board of Directors",HomePath+"/boardofdirectors/","",0);
		Menu2_4_3=new Array("Chapter History",HomePath+"/history/","",0);
	Menu2_5=new Array("Chapter Membership",HomePath+"/membership/","",0);
	Menu2_6=new Array("Meetings/Rehearsals",HomePath+"/rehearsals/","",0);
	Menu2_7=new Array("Extra Rehearsals",HomePath+"/events/extrarehearsals.php","",0);


Menu3=new Array("Join Us","javascript:void(0)","",3);
	Menu3_1=new Array("Chapter Membership",HomePath+"/membership/","",0,20,140);
	Menu3_2=new Array("Kindred Spirits",HomePath+"/kindredspirits/","",0);
	Menu3_3=new Array("Phan Club",HomePath+"/phanclub/","",0);

Menu4=new Array("Events","javascript:void(0)","",10);
	Menu4_1=new Array("Master Calendar",HomePath+"/calendar/","",0,20,140);
	Menu4_2=new Array("Performances",HomePath+"/events/","",0);
	Menu4_3=new Array("Regular Rehearsals",HomePath+"/events/rehearsal.php","",0);
	Menu4_4=new Array("Extra Rehearsals etc.",HomePath+"/events/extrarehearsals.php","",0);
	Menu4_5=new Array("Conventions",HomePath+"/events/conventions.php","",0);
	Menu4_6=new Array("Educational Events",HomePath+"/events/educational.php","",0);
	Menu4_7=new Array("Auditions",HomePath+"/events/auditions.php","",0);
	Menu4_8=new Array("Board Meetings",HomePath+"/events/bodmeetings.php","",0);
	Menu4_9=new Array("Social Events",HomePath+"/events/social.php","",0);
	Menu4_10=new Array("Other Events",HomePath+"/events/other.php","",0);

Menu5=new Array("Purchase","javascript:void(0)","",2);
	Menu5_1=new Array("Tickets",HomePath+"/tickets/","",0,20,140);
	Menu5_2=new Array("Recordings",HomePath+"/recordings/","",0);

Menu6=new Array("Contact","javascript:void(0)","",3);
	Menu6_1=new Array("Contact Us",HomePath+"/contacts/","",0,20,140);
	Menu6_2=new Array("Hire Us","javascript:void(0)","",2);
		Menu6_2_1=new Array("Chorus",HomePath+"/chorus/","",0,20,140);
		Menu6_2_2=new Array("Quartets",HomePath+"/quartets/","",0);
	Menu6_3=new Array("Feedback",HomePath+"/tools/webmail/webmail.php?recipient=100","",0);

Menu7=new Array("Publications","javascript:void(0)","",2);
	Menu7_1=new Array("Upbeat",HomePath+"/publications/","",0,20,140);
	Menu7_2=new Array("Mailing Lists","javascript:void(0)","",3);
		Menu7_2_1=new Array("e-News",HomePath+"/tools/subscription/subscription.php?getname=e9dac5a4e581babb4d77356da7b7e2fc","",0,20,140);
		Menu7_2_2=new Array("Postal Mail",HomePath+"/news/","",0);
		Menu7_2_3=new Array("Upbeat",HomePath+"/tools/subscription/subscription.php?getname=4ffe5a861101732584c761b9ee09d6cd","",0);

Menu8=new Array("Subscribe","javascript:void(0)","",3);
	Menu8_1=new Array("e-News",HomePath+"/tools/subscription/subscription.php?getname=e9dac5a4e581babb4d77356da7b7e2fc","",0,20,140);
	Menu8_2=new Array("Upbeat",HomePath+"/tools/subscription/subscription.php?getname=4ffe5a861101732584c761b9ee09d6cd","",0);
	Menu8_3=new Array("Mailing List",HomePath+"/tools/mailform/mailform.php","",0);

Menu9=new Array("Navigate","javascript:void(0)","",2);
	Menu9_1=new Array("Site Map",HomePath+"/site_map/","",0,20,140);
	Menu9_2=new Array("Links",HomePath+"/links/","",0,20,140);

Menu10=new Array("Login","javascript:void(0)","",1);
	Menu10_1=new Array("Members Only",HomePath+"/login.php","",0,20,140);

