/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html',{'tt':'Alef Bet Judaica','sb':'Alef Bet Judaica (/index.html)'} ],

	['General', null, {'tt':'General','sb':'General'},
	    ['Books',        '/books.html',     { 'tt': 'Books, music and videos',     'sb': 'Books (/books.html)'}],
	    ['For kids',     '/childrens.html', { 'tt': 'Toys and books for children', 'sb': 'For kids (/childrens.html)'}],
	    ['Construction', '/index6.html', { 'tt': 'construction', 'sb': 'construction (/index6.html)'}],
	],
	    
	['Celebrations', null, { 'tt': 'Lifecyle celebrations', 'sb': 'Celebrations' },
		['Baby',     '/celebrations/baby.html',     {'tt':  'brit, baby showers,','sb':'Baby     (/celebrations/baby.html)'}],
		['Kippot',   '/ritual/kippot.html',         { 'tt': 'Kippot',             'sb':'Kippot   (/ritual/kippot.html)'}],
		['Weddings', '/celebrations/weddings.html', { 'tt': 'ketubot, etc.',      'sb':'Weddings (/celebrations/weddings.html)'}],
		['Bar/Bat Mitzvah', '/celebrations/bmitzvah.html', { 'tt': 'Bmitzvah',    'sb':'Bmitzvah (/celebrations/bmitzvah.html)'}],
	],

	['Gifts', null, {'tt':'Gifts','sb':'Gifts'},
		['Art',     '/gift/art.html',     {'tt':  'Art',     'sb': 'Art     (/gift/art.html)'}],
		['Chamsot', '/gift/chamsot.html', {'tt': 'Chamsot', 'sb': 'Chamsot (/gift/chamsot.html)'}],
		['Jewelry', '/gift/jewelry.html', {'tt': 'Jewelry', 'sb': 'Jewelry (/gift/jewelry.html)'}],
	],

	['Holidays', null, {'tt':'Holidays','sb':'Holidays'},
	    ['Chanukah',        '/holidays/chan.html',     { 'tt': 'Chan', 'sb': 'Chan (/holidays/chan.html)'}],
		['Purim', '/holidays/purim.html', { 'tt': 'Purim', 'sb': 'Purim    (/holidays/purim.html)'}],
    ],

	['Holidays', null, {'tt':'Holidays','sb':'Holidays'},
		['Shabbat',        '/holidays/shabbat.html',   {'tt':'Shabbat', 'sb':'Shabbat  (/holidays/shabbat.html)' }],
		['High Holy Days', '/holidays/holy.html',{'tt':'Items for the High Holy Days and Sukkot','sb':'High Holy Days (/holidays/holy.html)'}],
		['Passover', '/holidays/pesachV02.html', { 'tt': 'Passover', 'sb': 'Passover (/holidays/pesachV02.html)'}],
	],

	['Ritual items', null, {'tt':'Ritual items','sb':'Ritual items'},
		['Candle Sticks', '/ritual/candleHold.html', { 'tt': 'Candle Sticks', 'sb': 'Candle Sticks (/ritual/candleHold.html)'}],
		['Mezuzot', '/ritual/mezuzot.html', { 'tt': 'Mezuzot', 'sb': 'Mezuzot (/ritual/mezuzot.html)'}],
		['Kidush Cups', '/ritual/kidushcups.html', { 'tt': 'Kidush Cups', 'sb': 'Kidush Cups (/ritual/kidushcups.html)'}],
		['Talitot', '/ritual/tallit.html', { 'tt': 'Talitot', 'sb': 'Talitot (/ritual/tallit.html)'}],
		['Yadaim', '/ritual/yadaim.html', {'tt':'Yadaim','sb':'Yadaim (/ritual/yadaim.html)'}]
	],

	['Contact', null, { 'tt': 'Contact', 'sb': 'Contact' },
		['About us', '/contact/about.html', {'tt':'About us','sb':'About us (/contact/about.html)'}],
		['Contact info', '/contact/contact.html', {'tt':'Contact info','sb':'Contact info (/contact/contact.html)'}],
		['Directions', '/contact/directions.html', {'tt':'Where to find us','sb':'Directions (/contact/directions.html)'}],
/*		['Hours', '/contact/hours.html', {'tt':'Our hours - subject to change','sb':'Hours (/contact/hours.html)'}], */
	    ['Community', '/community.html', { 'tt': 'Local Jewish community links', 'sb': 'Community (/community.html)'}]
	]
];

