/*
  --- 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 = [
	['Home', 'http://www.clearwaterslife.org', {'sb':'Home'}],
	['About Us', '/about_us.htm', {'sb':'About Us'}],
	['Youth Connection', '/youth_conn.htm', {'sb':'Youth Connection'}],
	['Mustard Seed Homes', '/mustard_seed.htm', {'sb':'Mustard Seed Homes'}],
	['Strength for the Family', '/classes.htm', {'sb':'Strength for the family'},
		['Chemical Dependency Support Group', '/excel_way.htm', {'sb':'The Most Excellent Way'}],
		['Anger Management Class', '/anger_fp.htm', {'sb':'Anger: Fire Prevention'}],
		['Parents Forever', '/parents_for.htm', {'sb':'Parents Forever'}],
		['Adoption Avenue', '/adoption_ave.htm', {'sb':'Adoption Avenue'}],
	],
	['Businesses', '/businesses.htm', {'sb':'businesses'},
		['Shop at the Top', '/shop_top.htm', {'sb':'Shop at the Top'}],
		['Bookstore', '/bookstore.htm', {'sb':'Clear Waters Bookstore'}],
		['Greenhouse', '/greenhouse.htm', {'sb':'The Greenhouse'}],
		['Cleaning Services', '/cleaning_services.htm', {'sb':'Cleaning Services'}],
	],
	['Weight Training', 'booth_camp.htm', {'sb':'Boot(h) Camp Weight Training'}],	
	['Calendar', '/webcal', {'sb':'Calendar'}],
	['How Can I Help?', '/help_out.htm', {'sb':'How Can I Help?'}],
	['Contact Us', '/contact_us.htm', {'sb':'Contact Us'}]
];

