/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Programs', null, null,
		['Christian Education', null, null,
		   ['Young People', null, null,
			  ['CB Youth Group', "javascript:openpopup('http://cocoabeachyouthgroup.bravehost.com/',800,600);"],
		   ],
		   ['Adult', 'christ_enrich/christian_enrichment.html'],
		],
		['Christian Enrichment', 'christ_enrich/christian_enrichment.html'],
		['Thrift Shop', 'thrift_shop/thrift_shop.html'],
	],
	['Worship', null, null,	
		['Sunday 10:00 AM', 'bulletin/bulletin_1000.pdf'],
		['Announcements', 'bulletin/announcements.pdf'],
		['Sunday Schedule', 'sunday-services.html'],
		['Sermons Gallery', 'sermons/sermons.html'],
		['Bible Search', 'bible_search.html'],
		['Adobe PDF help', 'newsletter/adobe/adobe_reader_help.html'],
	],
	['Discover', null, null,
		['History', 'history/history.pdf'],
		['Our Minister', 'drfred_welcome.html'],
		['New Photo Gallery', 'spgm/index.php'],
		['Photo Gallery', 'photo_gallery.html'],
		['Search', 'google.html'],
		['Links', null, null,
			['United Church of Christ','http://www.ucc.org'],
			['UCC Florida Conference', 'http://www.uccfla.org'],
			['National Council', 'http://www.ncccusa.org/'],
			['Scattered Seeds Cafe','http://www.scatteredseedscafe.net'],
			['The Christian Century', 'http://www.christiancentury.org'],
			['City of Cocoa Beach', 'http://www.cityofcocoabeach.com'],
			['Cocoa Beach Library','http://www.cocoabeachpubliclibrary.org'],
			['State of Florida', 'http://www.myflorida.com'],
			['Brevard County Map','brev_map.html'],
			['Florida Today', 'http://www.flatoday.com/'],
	     ],
    ],
	['News', null, null,
		['Members & Friends', 'achievements/achievements.html'],
		['Current Newsletter', 'newsletter/adobe/cbcc_newsletter.pdf'],
		['Newsletter help', 'newsletter/adobe/adobe_reader_help.html'],
    ],
	['Fellowship', null, null,
	   ['Womens Fellowship', null, null,
	      ['Yearbook 2004-2005',null, null,
		     ['Overview','women_fellowship/wf_frontpage.html'],
			 ['Organization','women_fellowship/wf_organization.html'],
			 ['Officers','women_fellowship/wf_officers.html'],
			 ['Thrift_Shop','women_fellowship/wf_thrift_shop.html'],
			 ['Constitution Page 1','women_fellowship/wf_constitution_pg1.html'],
			 ['Constitution Page 2','women_fellowship/wf_constitution_pg2.html'],
             ['Budget','women_fellowship/wf_Budget.html'],
             ['Meetings','women_fellowship/wf_meetings.html'],
		  ],
	      ["Club Meetings", 'womens_club/womens_club_meetings.html'],
		  ['Share & Care', 'care_share.html'],
	   ],
	   ['Dinner Circles', 'circles/circles.html'],
	   ['Between Fellowship','coffee_time.html'],
	   ["Men's Club", 'mens_page/mens_club_meetings/mens_club_meetings.html'],
	],
	['Weddings', null, null, 
		['Pictures', 'spgm/index.php?spgmGal=Weddings'],
		['Guide', 'weddings/wedding_guide_april_2008.pdf'],
		['Contract', 'weddings/wedding_contract_september_2006.pdf'],
		
	],
	['Support', null, null,
	    ['Calendar', "javascript:openpopup('http://www.google.com/calendar/embed?src=calendar%40cbcc-ucc.org&ctz=America/New_York',800,600);"],
		['Staff', 'staff.html'],
		['Volunteers', null, null,
		   ['Ushers', null, null,
		      ['Usher Schedule','usher_sched.html'],
			  ['Usher Instructions','ushers_instruc.html'],
		   ],
		],
	],
	['Help', null, null,
	    ['Help for new users', 'comp_help/comp_help.html'],
		['Directions', 'directions.html'],
		['Hours', 'hours.html'],
		['Contact us', 'contactus.html'],
	],
];


