/*
  --- 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', 'main.htm',{'tw' : 'main'}],

	['About Islam', null, null,
		['Articles', 'articles.htm', {'tw' : 'main'}
			
		],
		['Links', 'links.htm', {'tw' : 'main'}

		],
		['Salat Times', 'Prayer Timings for Pittsburgh 2007-2008.htm',{'tw' : 'main'}]
	],


	['Community', null, null,
		['Album', 'album.htm',{'tw' : 'main'}],
		['Newsletter', 'IOP-MoharramNewsletter.pdf',{'tw' : 'main'}],
		['Donate Generously', 'Zainabia Pledge Form.pdf',{'tw' : 'main'}],
	],

	['Events/Calendar', 'phpicalendar/month.php',{'tw' : 'main'}],
	['Education', 'Zainabia Sunday School.htm',{'tw' : 'main'}],
	
	['About IOP', null, null,
		['Direction', 'directions.htm',{'tw' : 'main'}],
		['Financials/Plans', 'Financial and Plan.htm',{'tw' : 'main'}],
		['About IOP', 'about_iop.htm',{'tw' : 'main'}],
	],
];

