/* Tigra Menu items structure */
var MENU_ITEMS = [
	['ORGANIZATION', 'index.html', {'sb':'Imam Ali Center'},
		['Location', 'Loc.html', {'tw':'_self','sb':'History'}],
		['Management', 'mgmt.html', {'tw':'_self','sb':'Management'}],
		['Scholars', 'aalims.html', {'tw':'_self','sb':'Muallims'}]
	],
	['PROGRAMS', null, {'sb':'Programs'},
		['Weekly Programs', 'wprgms.html', {'tw':'_self','sb':'Weekly Programs'}],
		['Monthly Programs', 'mprgms.html', {'tw':'_self','sb':'Monthly Programs'}]
	],
      ['SERVICES', null, null,
		['Funeral Services', 'fserv.html', {'tw':'_self','sb':'Funeral services'}],
		['Membership', 'member.html', {'tw':'_self','sb':'Membership'}],
		['Marriage Services', 'Mserv.html', {'tw':'_self','sb':'aqd'}],
		['Hall Rental', 'hrental.html', {'tw':'_self','sb':'Hall Rental'}],
		['Ask the scholars', 'ask.html', {'tw':'_self','sb':'Ask the Aalims'}]
	],
	['EDUCATION', null, {'sb':'Education'},
		['Sunday School', 'sschool.html', {'tw':'_self','sb':'Sunday school'}],
		['Quranic Class', 'Qclass.html', {'tw':'_self','sb':'Quranic Education'}],
		['Fulltime School', 'fschool.html', {'tw':'_self','sb':'Fulltime school'}]
	],
	['ISLAMIC FUNDAMENTALS', 'imamalicenter.html', {'tw':'_self','sb':'Home'}],
	
	['DU\'A - SUPPLICATIONS', 'Dua.html', {'tw':'_self','sb':'Supplications'}],
	['QUR\'AN', null, {'sb':'Quran Recitation'},
		['Recitation- QIRAT', 'Qirat.html', {'tw':'_self','sb':'Recitations'}],
		['Tajweed', 'tajweed.html', {'tw':'_self','sb':'Tajweed'}],
		['Tafseer - Exegesis', 'Tafseer/tafseer.pdf', {'tw':'_self','sb':'Exegesis'}]
	],
	['HADITH', null, {'sb':'THE PROPHETIC TRADITIONS'},
		['Prophet\'s Sayings', null, {'tw':'_self','sb':'Hadith'},
             	['About Imam Ali (as)', 'ImamAli.html', {'tw':'_self','sb':'The reality of Imam Ali (as)'}],
                  ['About Lady Fatima (sa)', 'HZehra.html', {'tw':'_self','sb':'The reality of Lady Fatima (Sa)'}],
                  ['About Hasnaiyn (as)', 'hasnaiyn.html', {'tw':'_self','sb':'The reality of Hasnaiyn (as)'}]
            ],
		['Nahj Al Balagha', 'nbal.html', {'tw':'_self','sb':'The peak of elequence'}]
	],
	['LECTURES', null, {'sb':'Fathkuroonee athkurkum'},
		['Online Majalis', 'omprgm.html', {'tw':'_self','sb':'Onlines Majalis'},
			['Azadari', 'azadari.html', {'tw':'_self','sb':'Religion decree (Fatwa) on Azadar'}],
            ],
            ['Online Books', 'kitabun.html', {'tw':'_self','sb':'Majalis program'}],		
	]

];