/*
  --- 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://nsw.druze.org.au/youth/'],
	['Organisation', null, null,
		['Board', null, null,
			['Members', 'http://nsw.druze.org.au/youth/aboutus'],
			['Druze Hall', 'http://nsw.druze.org.au/youth/aboutus/'],
			['WebMaster']
		],
		['Committees', null, null,
			['ADC', 'http://www.druze.org.au/'],
			['Youth', 'http://nsw.druze.org.au/youth/'],
			['School', 'http://nsw.druze.org.au/school/'],
			['Womens', 'http://nsw.druze.org.au/wdc/']
		],
		['Constitution', 'http://nsw.druze.org.au/youth/'],
		['History', 'http://nsw.druze.org.au/youth/']
	],
	['Religion', null, null,
		['Forthnightly Meetings (Majles)', 'http://nsw.druze.org.au/youth/'],
		['Religious Posting', '../'],
		['Documentation', 'http://nsw.druze.org.au/youth/'],
		['Forums', 'http://www.druze.org.au/forum/'],
		['Adnan Lititure', 'http://nsw.druze.org.au/youth/'],
		['Adnan Religious Lecture', 'http://nsw.druze.org.au/youth/']
	],
	['Our Community', null, null,
	 	['Announcements', null, null,
		 	['New Born', 'http://nsw.druze.org.au/youth/'],
			['Wedding', 'http://nsw.druze.org.au/youth/'],
			['Obituary', 'http://nsw.druze.org.au/youth/']
		],
		['Business Directory', 'http://nsw.druze.org.au/youth/'],
		['Event Calender', 'http://nsw.druze.org.au/youth/events/'],
		['News Room', 'http://nsw.druze.org.au/youth/newsroom/']
	],
	['Links', null, null,
		['Womens Druze Committee', 'http://nsw.druze.org.au/wdc/index.htm'],
		['Arabic School', 'http://nsw.druze.org.au/school/index.htm'],
		['Kids Corner', 'http://abc.net.au/children/'],
		['Volunteer', 'http://nsw.druze.org.au/youth/contactus/']
	],
	['State', null, null,
		['New South Wales', 'http://nsw.druze.org.au/'],
		['Victoria', 'http://vic.druze.org.au/'],
		['Queensland', 'http://qld.druze.org.au/'],
		['South Australia', 'http://sa.druze.org.au/'],
		['Western Australia', 'http://wa.druze.org.au/'],
		['Northern Territory', 'http://nt.druze.org.au/'],
		['Tasmania', 'http://tas.druze.org.au/']
	],
	['About Us', null, null, 
		['Contact Us', null, null,
			['Emails', 'http://nsw.druze.org.au/youth/'],
			['Site Map', 'http://nsw.druze.org.au/youth/'],
			['Druze Hall', 'http://nsw.druze.org.au/youth/'],			
			['Contact Us', 'http://nsw.druze.org.au/youth/contactus/']
		],
		['About Us', 'http://nsw.druze.org.au/youth/aboutus/'],
		['Committment', 'http://nsw.druze.org.au/youth/'],
		['Mission', 'http://nsw.druze.org.au/youth/'],		
/*		['Chat Room', 'http://nsw.druze.org.au/youth/'],	*/
		['Member Logon', 'http://nsw.druze.org.au/youth/']
	],
];


