  /***********************************************************************************
*	(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=8;			// Number of first level items
	var LowBgColor='333366';			// Background color when mouse is not over
	var LowSubBgColor='333366';			// Background color when mouse is not over on subs
	var HighBgColor='333366';			// Background color when mouse is over
	var HighSubBgColor='333366';		// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';		// 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='black';			// Border color
	var BorderSubColor='black';			// 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=.2;				// horizontal overlap child/parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/parent
	var StartTop=0;						// Menu offset x coordinate
	var StartLeft=1;					// 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=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 highlighted
	var Arrws=['http://www.saddlebrooke.org/tri.gif',5,10,'http://www.saddlebrooke.org/tridown.gif',10,5,'http://www.saddlebrooke.org/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("HOA #1 Home","http://www.saddlebrooke.org","",15,20,140);
	Menu1_1=new Array("HOA #1 Description","http://www.saddlebrooke.org/hoa1_desc.htm","",0,17,140);
	Menu1_2=new Array("HOA #1 Gen Info","http://www.saddlebrooke.org/hoa1_general_information.pdf","",0,0,0);
	Menu1_3=new Array("SaddleBrooke Vision","http://www.saddlebrooke.org/hoa1/vision_statement.htm","",0,0,0);
	Menu1_4=new Array("Board of Directors","","",3,0,0);
		Menu1_4_1=new Array("Names / Info","http://www.saddlebrooke.org/hoa1/BOD_Org.htm","",0,17,140);
		Menu1_4_2=new Array("2011 BOD Calendar","http://www.saddlebrooke.org/hoa1/board_calendar.pdf","",0,0,0);
		Menu1_4_3=new Array("Meeting Minutes","","",12,0,0);
			Menu1_4_3_1=new Array("Jan","http://www.saddlebrooke.org/hoa1/BOD_Mins_Jan.pdf","",0,17,140);
			Menu1_4_3_2=new Array("Feb","http://www.saddlebrooke.org/hoa1/BOD_Mins_Feb.pdf","",0,0,0);
			Menu1_4_3_3=new Array("Mar","http://www.saddlebrooke.org/hoa1/BOD_Mins_Mar.pdf","",0,0,0);
			Menu1_4_3_4=new Array("Apr","http://www.saddlebrooke.org/hoa1/BOD_Mins_Apr.pdf","",0,0,0);
			Menu1_4_3_5=new Array("May","http://www.saddlebrooke.org/hoa1/BOD_Mins_May.pdf","",0,0,0);
			Menu1_4_3_6=new Array("Jun","http://www.saddlebrooke.org/hoa1/BOD_Mins_June.pdf","",0,0,0);
			Menu1_4_3_7=new Array("Jul","http://www.saddlebrooke.org/hoa1/BOD_Mins_Jul.pdf","",0,0,0);
			Menu1_4_3_8=new Array("Aug","http://www.saddlebrooke.org/hoa1/BOD_Mins_Aug.pdf","",0,0,0);
			Menu1_4_3_9=new Array("Sep","http://www.saddlebrooke.org/hoa1/BOD_Mins_Sept.pdf","",0,0,0);
			Menu1_4_3_10=new Array("Oct","http://www.saddlebrooke.org/hoa1/BOD_Mins_Oct.pdf","",0,0,0);
			Menu1_4_3_11=new Array("Nov","http://www.saddlebrooke.org/hoa1/BOD_Mins_Nov.pdf","",0,0,0);
			Menu1_4_3_12=new Array("Dec","http://www.saddlebrooke.org/hoa1/BOD_Mins_Dec.pdf","",0,0,0)
	Menu1_5=new Array("Committees","","",5,0,0);
		Menu1_5_1=new Array("Committee Members","http://www.saddlebrooke.org/Committees/committee_members.pdf","",0,17,200);
		Menu1_5_2=new Array("Committee Charters","","",12,0,0);
			Menu1_5_2_1=new Array("Architectural & Landscaping","http://www.saddlebrooke.org/committee_charters/ALC Charter.pdf","",0,17,200);
			Menu1_5_2_2=new Array("Events","http://www.saddlebrooke.org/committee_charters/events_charter.pdf","",0,0,0);
			Menu1_5_2_3=new Array("Finance","http://www.saddlebrooke.org/committee_charters/finance_charter.pdf","",0,0,0);
			Menu1_5_2_4=new Array("Golf","http://www.saddlebrooke.org/committee_charters/golf_charter.pdf","",0,0,0);
			Menu1_5_2_5=new Array("House","http://www.saddlebrooke.org/committee_charters/house_charter.pdf","",0,0,0);
			Menu1_5_2_6=new Array("Strategic Planning","http://www.saddlebrooke.org/committee_charters/strategic_planning_charter.pdf","",0,0,0);
				Menu1_5_2_6_1=new Array("","",0,0,0);
				Menu1_5_2_6_2=new Array("Golf Course Overview","http://www.saddlebrooke.org/committee_charters/Golf Course Overview - 2008.pdf","",0,0,0);
			Menu1_5_2_7=new Array("Properties & Roads","http://www.saddlebrooke.org/committee_charters/buildings_roads_common_areas_charter.pdf","",0,0,0);
				Menu1_5_2_7_1=new Array("","","",0,0,0);
				Menu1_5_2_7_2=new Array("","","",0,0,0);			
			Menu1_5_2_8=new Array("Rules Compliance","http://www.saddlebrooke.org/committee_charters/rules_charter.pdf","",0,0,0);
			Menu1_5_2_9=new Array("Safety & Recreaation","http://www.saddlebrooke.org/committee_charters/safety_comm_charter.pdf","",0,0,0);
			Menu1_5_2_10=new Array("Selection","http://www.saddlebrooke.org/committee_charters/search_comm_charter.htm","",0,0,0);
			Menu1_5_2_11=new Array("Tennis","http://www.saddlebrooke.org/committee_charters/tennis_charter.pdf","",0,0,0);
			Menu1_5_2_12=new Array("Unit Reps","http://www.saddlebrooke.org/committee_charters/unit_reps_charter.pdf","",0,0,0);
			Menu1_5_2_13=new Array("","","",0,0,0);
			Menu1_5_2_14=new Array("","","",0,0,0);
			Menu1_5_2_15=new Array("","","",0,0,0);
			Menu1_5_2_16=new Array("","",0,0,0);
			Menu1_5_2_17=new Array("","","",0,0,0);
			Menu1_5_2_18=new Array("","","",0,0,0);
			Menu1_5_2_19=new Array("","","",0,0,0);
		Menu1_5_3=new Array("Committee Meeting Schedule","http://www.saddlebrooke.org/Committees/comm_mtg_sched.htm","",0,0,0);
		Menu1_5_4=new Array("Committee Interest Form","http://www.saddlebrooke.org/forms/standing_committee_interest_2.htm","",0,0,0);
		Menu1_5_5=new Array("Unit Representives","http://www.saddlebrooke.org/Committees/unit_reps.pdf","",0,0,0);
	Menu1_6=new Array("Governing Documents","","",14,0,0);
		Menu1_6_1=new Array("Articles of Incorporation","http://www.saddlebrooke.org/hoa1/Articles_of_Incorporation.htm","",0,17,250);
		Menu1_6_2=new Array("CC&R's","http://www.saddlebrooke.org/legal_docs/CCRs.htm","",0,0,0);
		Menu1_6_3=new Array("Bylaws","http://www.saddlebrooke.org/legal_docs/HOA1_By_Laws.htm","",0,0,0);
		Menu1_6_4=new Array("Rules & Regulations","http://www.saddlebrooke.org/legal_docs/Rules and Regulations.pdf","",0,0,0);	
		Menu1_6_5=new Array("ALC Requirements and Guidelines","http://www.saddlebrooke.org/ALC/alc_guidelines.pdf","",0,0,0);
		Menu1_6_6=new Array("Transition Agreement","http://www.saddlebrooke.org/legal_docs/HOA1_Trans_Agmt.htm","",0,0,0);	
		Menu1_6_7=new Array("Reciprocal Use Agreement HOA #2","http://www.saddlebrooke.org/legal_docs/reciprocal_use_and_amendment.pdf","",0,0,0);	
		Menu1_6_8=new Array("Reciprocal Use Agreement SB Ranch","http://www.saddlebrooke.org/legal_docs/reciprocal_use_sdlbrk_ranch.pdf","",1,0,0);	
			Menu1_6_8_1=new Array("SB Ranch Waiver and Release Form","http://www.saddlebrooke.org/legal_docs/sb_ranch_waiver_release.pdf","",0,17,250);
		Menu1_6_9=new Array("Lakes Agreement","http://www.saddlebrooke.org/legal_docs/lakesagmt.htm","",0,0,0);
		Menu1_6_10=new Array("Unit 20: HOA #1 Villas CC&R's","http://www.saddlebrooke.org/legal_docs/villas_ccrs.htm","",0,0,0);		
		Menu1_6_11=new Array("Unit 20: HOA #1 Villas By-Laws","http://www.saddlebrooke.org/legal_docs/villas_by_laws.htm","",0,0,0);
		Menu1_6_12=new Array("Unit 20: HOA #1 Villas Rules & Regulations","http://www.saddlebrooke.org/legal_docs/Villas_Rules_Regs.htm","",0,0,0);
		Menu1_6_13=new Array("Unit 20: HOA #1 Villas ALC Special Guidelines","http://www.saddlebrooke.org/legal_docs/villas_ARCHITECTURAL_LANDSCAPING.htm","",0,0,0);
		Menu1_6_14=new Array("Unit 20: HOA #1 Villas Waiver & Consent Agreement","http://www.saddlebrooke.org/legal_docs/villas_WAIVER_AND_CONSENT_AGREEMENT_UNIT20.htm","",0,0,0);	
		Menu1_6_15=new Array("Unit 21: HOA #1","http://www.saddlebrooke.org/legal_docs/Unit_21_CCRs.htm","",0,0,0);
	
	
	Menu1_7=new Array("HOA #1 Policies","http://www.saddlebrooke.org/Policies/policies_list.htm","",0,0,0);
	Menu1_8=new Array("HOA #1 Facilities","","",2,0,0);
		Menu1_8_1=new Array("Fitness Center","http://www.saddlebrooke.org/fitness_center.htm","",0,17,140);
		Menu1_8_2=new Array("Pool","http://www.saddlebrooke.org/pool.htm","",0,0,0);
	Menu1_9=new Array("Staff List","http://www.saddlebrooke.org/hoa1/hoa1_staff.pdf","",0,0,0);
	
	Menu1_10=new Array("Organizational Chart","http://www.saddlebrooke.org/hoa1/hoa1_org_chart.pdf","",0,0,0);
	Menu1_11=new Array("Operating Principles","http://www.saddlebrooke.org/hoa1/operating_princps.htm","",0,0,0);	
	Menu1_12=new Array("2011 HOA #1 Budget","http://www.saddlebrooke.org/financial_reference_docs/budget.pdf","","",0,0,0);
	Menu1_13=new Array("2011 HOA #1 Fees","http://www.saddlebrooke.org/hoa1/administrative_fees.pdf",0,0,0);	
	Menu1_14=new Array("Monthly Financial Report","http://www.saddlebrooke.org/financial_reference_docs/monthly_financial_report.pdf","",0,0,0);
	Menu1_15=new Array("ALC Permit Submittal Docs","http://www.saddlebrooke.org/ALC/alc_forms.htm","",0,0,0);
	Menu1_16=new Array("","",0,0,0);
	Menu1_17=new Array("","","",0,0,0);
	Menu1_18=new Array("","","",0,0,0);

	Menu2=new Array("HOA #1 Clubs / Orgs","","",9);
	
	Menu2_1=new Array("Complete List","http://www.saddlebrooke.org/clubs/sanctioned_groups.pdf","",0,20,150);
	Menu2_2=new Array("SaddleBrooke Library","http://www.saddlebrookelibraries.org/","",0,20,150);
	Menu2_3=new Array("A - F","","",20,20,50);
		
		Menu2_3_1=new Array("Ballroom Dance Club","http://sbballroomdance.com/","",0,20,150);
		Menu2_3_2=new Array("Barber Shop Chorus","http://www.sbhoa2.org/picture/barbershop_chorus.pdf","",0,0,0);
		Menu2_3_3=new Array("Billiard Club","http://www.billiardsclub.blogspot.com/","",0,17,50);
		Menu2_3_4=new Array("Bingo Club","http://www.sbhoa2.org/picture/bingo_club.pdf","",0,17,50);
		Menu2_3_5=new Array("Book Discussion Club","http://www.saddlebrooke.org/clubs/book/book_club.pdf","",0,17,50);
		Menu2_3_6=new Array("Bridge for All","http://www.sbhoa2.org/picture/bridge_for_all.pdf","",0,0,0);
		Menu2_3_7=new Array("Bridge (Men's)","http://www.saddlebrooke.org/clubs/Bridge/bridge_welcome.htm","",0,17,50);
		Menu2_3_8=new Array("Bridge Mixers","http://www.sbhoa2.org/picture/bridge_-_mixers.pdf","",0,17,50);	
		Menu2_3_9=new Array("British Club","http://www.saddlebrooke.org/clubs/british_club/SaddleBrooke_British_Club.pdf","",0,17,50);
		Menu2_3_10=new Array("Chess Club","http://www.sbhoa2.org/item_detail.asp?id=3131&itemdesc=Chess+Club","",0,17,50);	
		Menu2_3_11=new Array("","","",0,0,0);	
		Menu2_3_11=new Array("Christian Womens Bible Study","http://www.sbhoa2.org/picture/christian_women_s_bible_study.pdf","",0,0,0);
		Menu2_3_12=new Array("Clogging Desert Stars","http://www.sbhoa2.org/picture/clogging_desert_stars.pdf","",0,17,50);
		Menu2_3_13=new Array("Computer","http://www.saddlebrookeCC.org","",0,17,50);
		Menu2_3_14=new Array("Couples Bridge","http://www.saddlebrooke.org/clubs/Couples Bridge/couples_bridge_welcome.htm","",0,17,50);
		Menu2_3_15=new Array("Couples Gin Rummy","http://www.sbhoa2.org/picture/gin_rummy_-_couples.pdf","",0,17,50);
		Menu2_3_16=new Array("Coyote Country Cloggers","http://wbhsi.com/~davepataz/cloggingpage.html","",0,17,50);
		Menu2_3_17=new Array("Cyclemasters","http://www.saddlebrookecyclemasters.org","",0,17,50);
		Menu2_3_18=new Array("Democratic Club","http://www.saddlebrookedemocrats.org/","",0,17,50);
		Menu2_3_19=new Array("Fine Arts Guild","http://www.saddlebrookefinearts.org","",0,0,0);
		Menu2_3_20=new Array("Francophiles","http://sbfrancophiles.blogspot.com/","",0,0,0);
		
	Menu2_4=new Array("G - M","","",12,0,0);
		Menu2_4_1=new Array("Genealogy","http://www.sb-genealogy.org","",0,17,180);
		Menu2_4_2=new Array("German American Friendship","http://www.sbhoa2.org/picture/german_american_friendship_club.pdf","",0,0,0);
		Menu2_4_3=new Array("Golf","","",6,0,0);
			Menu2_4_3_1=new Array("SMGA","http://www.saddlebrooke.org/smga_new/smga_home.html","",0,17,160);		
			Menu2_4_3_2=new Array("Sputters","http://www.saddlebrooke.org/clubs/Verde%20Sputters/verde_sputters_welcome.htm","",0,0,0);	
			Menu2_4_3_3=new Array("SBWGA-18","http://www.saddlebrooke.org/sbwga18/index.htm","",0,0,0);
			Menu2_4_3_4=new Array("SB Ladies Niners","http://sb9ers.org","",0,0,0);
			Menu2_4_3_5=new Array("SB Men's 9 Hole League","http://www.saddlebrooke.org/mens_9_hole/mens_9_hole_welcome.htm","",0,0,0);	
			Menu2_4_3_6=new Array("SB Men's Putters","","",3,0,0);
				Menu2_4_3_6_1=new Array("Schedule","http://www.saddlebrooke.org/clubs/SB_Mens_Putters/mens_putters_welcome.htm","",0,17,160);
				Menu2_4_3_6_2=new Array("Membership Form","http://www.saddlebrooke.org/clubs/SB_Mens_Putters/putter'smembershipform_2010.pdf","",0,0,0);
				Menu2_4_3_6_3=new Array("Weekly Update","http://sites.google.com/site/sbmputters/home","",0,0,0);	
		Menu2_4_4=new Array("Hiking","http://www.saddlebrooke.org/clubs/hiking/hiking_welcome.htm","",0,0,0);
		Menu2_4_5=new Array("Hi-Horse Cloggers","http://wbhsi.net/~davepataz/hihorse.html","",0,0,0);
		Menu2_4_6=new Array("Institute For Learning In Retirement","http://www.sbilr.org","",0,0,0);
		Menu2_4_7=new Array("Investment Group","http://www.sbhoa2.org/picture/investmentgroup.pdf","",0,0,0);
		Menu2_4_8=new Array("Jewish Friendship","http://www.sbhoa2.org/picture/jewish_friendship_group.pdf","",0,0,0);
		Menu2_4_9=new Array("Karate","http://www.sbhoa2.org/picture/karate_club.pdf","",0,0,0);
		Menu2_4_10=new Array("Knit Wits","http://sbhoa2.org/picture/knit_wits_knitting_group.pdf","",0,0,0);
		Menu2_4_11=new Array("League of Women Voters","http://www.sbhoa2.org/picture/league_of_women_voters_of_greater_saddlebrooke.pdf","",0,0,0);
		Menu2_4_12=new Array("Latin Rythm","http://www.sbhoa2.org/picture/latin_rythm_dance_club.pdf","",0,0,0);
		Menu2_4_13=new Array("Let's Dance","http://www.sbhoa2.org/picture/let_s_dance_club.pdf",0,0,0);
		Menu2_4_13=new Array("","",0,0,0);
	Menu2_5=new Array("N - S","","",18,0,0);
		Menu2_5_1=new Array("Pickleball","http://spa.clubexpress.com/","",0,17,180);
		Menu2_5_2=new Array("Ping Pong/Table Tennis","http://www.sbhoa2.org/picture/ping_pong.pdf","",0,0,0);
		Menu2_5_3=new Array("Pottery","http://www.sbhoa2.org/picture/pottery_club.pdf","",0,0,0);
		Menu2_5_4=new Array("Quilters","http://sbquiltclub.org/","",0,0,0);
		Menu2_5_5=new Array("Republican Club","http://www.sbrc1.org","",0,0,0);
		Menu2_5_6=new Array("Republican Women's Club","http://www.sbhoa2.org/picture/republican_women_s_club.pdf",0,0,0);
		Menu2_5_7=new Array("RV Club","http://rvclub.dwainn.com","",0,0,0);
		Menu2_5_8=new Array("SaddleBrooke Free Thinkers","http://sbfreethinkers.wordpress.com",0,0,0);
		Menu2_5_9=new Array("SaddleBrooke Squares","http://www.saddlebrookesquares.com","",0,0,0);
		Menu2_5_10=new Array("Sew & Sews","http://www.sbhoa2.org/picture/sew_and_sews.pdf","",0,0,0);
		Menu2_5_11=new Array("SilverBelles Club","http://www.sbhoa2.org/picture/silver_belles_dance_team.pdf","",0,0,0);
		Menu2_5_12=new Array("Silversmith and Lapidary Club","http://www.sbhoa2.org/picture/clubs_-_lapidary_and_silversmith_article_with_pictures.pdf",0,0,0);
		Menu2_5_13=new Array("Singles Club","http://www.sbhoa2.org/picture/saddlebrooke_singles.pdf","",0,0,0);
		Menu2_5_14=new Array("Silversmith and Lapidary Club","http://www.sbhoa2.org/picture/clubs_-_lapidary_and_silversmith_article_with_pictures.pdf",0,0,0);
		Menu2_5_15=new Array("Slo-Pitch Softball","http://www.saddlebrookesoftball.com","",0,0,0);
		Menu2_5_16=new Array("Stroke Support Group","http://www.sbhoa2.org/picture/stroke_support_group.pdf","",0,0,0);
		Menu2_5_17=new Array("Swim Club","http://www.saddlebrookeswimclub.org/","",0,0,0);
		Menu2_5_18=new Array("Symphony Guild","http://www.sbhoa2.org/picture/saddlebrooke_symphony_guild_events_2011-12.pdf","","",0,0,0);
		Menu2_5_19=new Array("","",0,0,0);


	Menu2_6=new Array("T - Z","","",5,0,0);
		Menu2_6_1=new Array("Tennis","http://www.sbtennis.us/","",0,17,180);
		Menu2_6_2=new Array("Theater Guild (STG)","http://www.sbhoa2.org/picture/theater_guild_%28stg%29.pdf",0,0,0);
		Menu2_6_3=new Array("Tucson Troop Support","http://www.sbhoa2.org/picture/tucson_troop_support_group_club_sheet.pdf",0,0,0);
		Menu2_6_4=new Array("Volleyball","http://sbvc.weebly.com","",0,0,0);
		Menu2_6_5=new Array("Woodcarvers","http://www.sbhoa2.org/picture/wood_carvers.pdf","",0,0,0);
	Menu2_7=new Array("Club Contact Form","http://www.saddlebrooke.org/forms/club_contact_information_2.htm","",0,0,0)
	Menu2_8=new Array("Sample Bylaws","http://www.saddlebrooke.org/clubs/sample_bylaws.pdf","",0,0,0);
	Menu2_9=new Array("Clubs Calendar","http://sbhoa2.org/item_list.asp?subcat=489&subtitle=Clubs+at+SaddleBrooke","",0,0,0);
	
Menu3=new Array("Other Clubs / Orgs","","",4,0,0);
	Menu3_1=new Array("Friends of the SaddleBrooke Libraries","http://www.saddlebrookelibraries.org/?page_id=33","",0,17,250);		
	Menu3_2=new Array("Rotary","http://saddlebrookerotary.org/","",0,0,0);
	Menu3_3=new Array("Saddlebrooke SkyGazers Astronomy Club","http://tech.groups.yahoo.com/group/SBSKYGAZERS/","",0,0,0);
	Menu3_4=new Array("Silversmith & Lapidary","http://www.sbhoa2.org/picture/clubs_-_lapidary_and_silversmith_article_with_pictures.pdf","",0,0,0);

Menu4=new Array("HOA #1 Golf","","",14,0,0);
	Menu4_1=new Array("Golf Events Calendar","http://www.saddlebrooke.org/golf/golf_calendar.pdf","",0,17,250);
	Menu4_2=new Array("Description","http://www.saddlebrooke.org/golf/golf_information_for_saddlebrook.htm","",0,0,0);
	Menu4_3=new Array("Staff","http://www.saddlebrooke.org/golf/GolfShopStaffDirectory.pdf","",0,0,0);	
	Menu4_4=new Array("Rules & Regulations","","",4,0,0);
			Menu4_4_1=new Array("Local Rules","http://www.saddlebrooke.org/golf/local_rules.htm","",0,17,160);
			Menu4_4_2=new Array("Pace of Play Policy","http://www.saddlebrooke.org/Policies/02-02_Pace_of_Play.pdf","",0,0,0);
			Menu4_4_3=new Array("Dress Code Policy","http://www.saddlebrooke.org/golf/golf_dress_code.pdf","",0,0,0);
			Menu4_4_4=new Array("Red Flag Policy","http://www.saddlebrooke.org/golf/Red Flag Policy.pdf","",0,0,0);	
	Menu4_5=new Array("Hole By Hole Information","http://www.saddlebrooke.org/golf/paceplay_localrules.htm","",0,0,0);
	Menu4_6=new Array("Course Maintenance Standards","http://www.saddlebrooke.org/golf/golf_course_maint_standards.htm","",0,0,0);		
	Menu4_7=new Array("Course Maintenance Policy","http://www.saddlebrooke.org/Policies/01-05_golf_course_maint.htm","",0,0,0);
	Menu4_8=new Array("Hole In One Program","http://www.saddlebrooke.org/golf/hole_in_one.htm","",0,0,0);
	Menu4_9=new Array("Frost Delays","http://www.saddlebrooke.org/golf/Frost_Delays.htm","",0,0,0);	
	Menu4_10=new Array("2012 Golf Fees","","",3,0,0);
		Menu4_10_1=new Array("Golf Fees","http://www.saddlebrooke.org/golf/HOA1_Golf_Fees.pdf","",0,17,160);
		Menu4_10_2=new Array("Golf Fee Calculator","http://www.azsaks.com/golf/SBGOLF2012.html","",0,0,0);
		Menu4_10_3=new Array("2012 Golf Application ","http://www.saddlebrooke.org/golf/Golf Membership Application.pdf","",0,0,0);	
	Menu4_11=new Array("Golf Lessons","http://www.saddlebrooke.org/golf/golf_instruction_rates.pdf","",0,0,0);
	Menu4_12=new Array("Chelsea Tee Time Reservations","","",4,0,0);
		Menu4_12_1=new Array("Reservations","http://www.saddlebrooke.chelseareservations.com/login.aspx","",0,17,160);		
		Menu4_12_2=new Array("Instructions","http://www.saddlebrooke.org/golf/Chelsea Tee Time Instructions.pdf","",0,0,0);
		Menu4_12_3=new Array("Telephone Instructions","http://www.saddlebrooke.org/golf/Telephone Instructions.pdf","",0,0,0);					
		Menu4_12_4=new Array("Tee Time Point System","http://www.saddlebrooke.org/golf/tee_time_point_system.pdf","",0,0,0);	
	Menu4_13=new Array("Golf Course Handicap Charts","","",3,0,0);
		Menu4_13_1=new Array("Catalilna/SaddleBrooke","","",2,17,160);
			Menu4_13_1_1=new Array("Womens","http://www.saddlebrooke.org/golf/catalina_saddlebrooke_ladies.pdf","",0,17,250);
			Menu4_13_1_2=new Array("Mens","http://www.saddlebrooke.org/golf/catalina_saddlebrooke_mens.pdf","",0,0,0);		
		Menu4_13_2=new Array("SaddleBrooke/Tucson","","",2,17,160);
			Menu4_13_2_1=new Array("Womens","http://www.saddlebrooke.org/golf/saddlebrooke_tucson_ladies.pdf","",0,17,250);
			Menu4_13_2_2=new Array("Mens","http://www.saddlebrooke.org/golf/saddlebrooke_tucson_mens.pdf","",0,0,0);		
		Menu4_13_3=new Array("Tucson/Catalina","","",2,17,160);
			Menu4_13_3_1=new Array("Womens","http://www.saddlebrooke.org/golf/tucson_catalina_ladies.pdf","",0,17,250);
			Menu4_13_3_2=new Array("Mens","http://www.saddlebrooke.org/golf/tucson_catalina_mens.pdf","",0,0,0);
	Menu4_14=new Array("Ball Mark Repair Video","http://snssb.org/videos/h1golf_bmd.wmv","",0,0,0);
	Menu4_15=new Array("","","",0,0,0);
	Menu4_16=new Array("","","",2,0,0);
		Menu4_16_1=new Array("","","",0,0,0);
		Menu4_16_2=new Array("","","",0,0,0);	
	Menu4_17=new Array("","","",0,0,0);	
	Menu4_18=new Array("","","",3,0,0);
		Menu4_18_1=new Array("","","",0,0,0);
		Menu4_18_2=new Array("","","",0,0,0);
		Menu4_18_3=new Array("","","",0,0,0);
	Menu4_19=new Array("","","",0,0,0);


Menu5=new Array("Entertainment","","",8,0,0);
	Menu5_1=new Array("Restaurant Hours","http://www.saddlebrooke.org/food_beverage/restaurant_hours.pdf","",0,17,200);
	Menu5_2=new Array("Menus","","",5,0,0);
		Menu5_2_1=new Array("The Vistas","http://www.saddlebrooke.org/food_beverage/vistas_menu.pdf","",0,17,200);
		Menu5_2_2=new Array("Agave Nights Bar & Grill","http://www.saddlebrooke.org/food_beverage/AgaveNightsMenu.pdf","",0,17,200);
		Menu5_2_3=new Array("Roadrunner Grill","http://www.saddlebrooke.org/food_beverage/rr_grill_menu.pdf","",0,17,200);
		Menu5_2_4=new Array("Pizza","http://www.saddlebrooke.org/food_beverage/pizzamenu.pdf","",0,0,0);
		Menu5_2_5=new Array("Specialty Coffee Menu","http://www.saddlebrooke.org/food_beverage/specialty_coffee_menu.pdf","",0,0,0);
	Menu5_3=new Array("F&B/Events Calendar","http://www.saddlebrooke.org/food_beverage/food_beverage_calendar.pdf","",0,0,0);
	Menu5_4=new Array("E-Mail F&B Mgr","mailto:wcain@saddlebrooke.org ","",0,0,0);
	Menu5_5=new Array("HOA#1 Happenings","http://www.saddlebrooke.org/food_beverage/hoa_happenings.pdf","",0,0,0);
	Menu5_6=new Array("Vistas Weekly Dining Guide","http://www.saddlebrooke.org/food_beverage/vistas_weekly_dining_guide.pdf","",0,0,0);
		Menu5_6_1=new Array("Party Packages 2005","http://www.saddlebrooke.org/food_beverage/Catering/party_packages_2005.htm","",0,17,145);
		Menu5_6_2=new Array("Wedding Menu 2005","http://www.saddlebrooke.org/food_beverage//Catering/wedding_2005.htm","",0,0,0);
	Menu5_7=new Array("F&B Feedback","https://www.sbazit.com/fOrms/feedback.asp","",0,0,0);
	Menu5_8=new Array("Whom Should I Call?","http://www.saddlebrooke.org/Whom Should I Call.pdf","",0,0,0);

Menu6=new Array("Community","","",9,0,0);
	Menu6_1=new Array("Community Outreach","http://www.community-outreach.org","",0,17,250);
	Menu6_2=new Array("Health / Wellness","http://www.saddlebrooke.org/Health&Wellness/health_wellness_welcome.htm","",0,0,0);
	Menu6_3=new Array("Saddlebag Notes","http://saddlebagnotes.com/","",0,0,0);
	Menu6_4=new Array("Sights N Sounds","http://www.sightsnsounds.org/","",0,0,0);
	Menu6_5=new Array("Neighborhood Watch","http://www.saddlebrooke.org/neighborhood watch/neighborhood_watch.htm","",0,0,0);
		Menu6_5_1=new Array("","","",0,0,0);
		Menu6_5_2=new Array("","","",0,0,0);
	Menu6_6=new Array("Neighbors Helping Neighbors","http://www.saddlebrooke.org/neighbors_helping.pdf",0,0,0);
		Menu6_6_1=new Array("","",0,0,0);
		Menu6_6_2=new Array("","",0,0,0);
	Menu6_7=new Array("Whom Should I Call?","http://www.saddlebrooke.org/Whom Should I Call.pdf",0,0,0);
	Menu6_8=new Array("Yoga Calendar","http://www.saddlebrooke.org/health_fitness/yoga_calendar.pdf",0,0,0);
	Menu6_9=new Array("Fitness Calendar","http://www.saddlebrooke.org/health_fitness/fitness_calendar.pdf",0,0,0);

Menu7=new Array("HOA #1 Archives","","",7,0,0);
	Menu7_1=new Array("Archived Updates","http://www.saddlebrooke.org/departmental_update/update_archive.htm","",0,17,250);
	Menu7_2=new Array("Board Meeting Minutes Archive","http://www.saddlebrooke.org/hoa1/BOD_meeting_minutes_archive.htm",0,0,0);
	Menu7_3=new Array("Monthly Board Presentation Archive","http://www.saddlebrooke.org/monthly_board_presentations/monthly_BOD_presentation_archive.htm","",0,0,0);
	Menu7_4=new Array("Communicator Archives","http://www.saddlebrooke.org/Communicator/communicator_ARCHIVES.htm",0,0,0);
	Menu7_5=new Array("Weekly Golf Course Maintenance Reports","http://www.saddlebrooke.org/golf_course_maint_reports/golf_course_updates.html",0,0,0);
	Menu7_6=new Array("Ad Hoc Golf Committee Report PT1","http://www.saddlebrooke.org/part1.pdf","",0,0,0);
Menu7_7=new Array("Ad Hoc Golf Committee Report PT2","http://www.saddlebrooke.org/part2.pdf","",0,0,0);
Menu8=new Array("Employment Opportunities","http://www.saddlebrooke.org/employment_opportunities/employment_opportunities.htm","",0,17,180);
	


