/*
  --- 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','index.htm',],
      ['Who We Are', null, null,
		['About Our Temple', 'about.htm',],
		['Rabbi Barbara Penzner', 'rabbi.htm',],
		['Officers &amp; Directors', 'officers.htm',],
		['Membership', null,null,
			['Join Our Temple', 'join_temple.htm'],
			['Join a Committee', 'join_committee.htm'], 
			['Pay Dues &amp; Tuition', 'dues.htm'],	
		],
		['Support Temple HBT', null, null,
			['Make a Donation', 'donation.htm'],
			['Shopping Opportunities', 'shopping.htm'],
		], 
		['Contact Info &amp; Directions', 'contact.htm', ],
	],
	['Worship', null, null,
		['About Our Services', 'services.htm'],
		['Worship Times', 'worship_times.htm'],
		['Children&#8217;s Services', 'childrens_services.htm'],
		['Holidays', 'holidays.htm'],
	], 
	['Community', null, null,
		['Community Calendar', 'calendar.htm'],
		['Newsletter','newsletter.htm'],
		['Email News Sign-Up','email_signup.htm'],
		['HBT in the News','in_the_news.htm'],
	],
	['Learning', null, null,
		['Chaverim School ', null, null,
			['Staff Bios', 'chavarim_staff.htm'],
			['Classes &amp; Groups', 'chavarim_classes.htm'],
		],
		['Adult Education','adult.htm'],
		['HBT Book Club','book-club.htm'],
		['Passport to Israel','passport.htm'],
		['Sermons', 'sermons.htm'],
	],
	['A Better World', null, null,
		['Tikkun Olam', 'tikkun.htm'],
		['B&#8217;nai Mitzvah Projects','mitzvah.htm'],	
	], 
	['Resources',null, null,
		['Local Jewish Resources', 'resources.htm'],
		['Featured Articles','articles.htm'],
		['Books','books.htm'],
	],
];

