/*
  --- 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://www.arabicvoicenet.net/httpdocs/index.html', null,
	],

	['About Us', null, null,
		['Our Statement', 'http://www.arabicvoicenet.net/httpdocs/statement.html', null],
		['Mission and Vision', 'http://www.arabicvoicenet.net/httpdocs/about.html', null],
		['FAQ', 'http://www.arabicvoicenet.net/httpdocs/faq.html', null],
		['Privacy Policy', 'http://www.arabicvoicenet.net/httpdocs/privacy.html', null],
		['Testimonies', 'http://www.arabicvoicenet.net/httpdocs/testimony.html', null],
		/*['Speakers', 'http://www.arabicvoicenet.net/httpdocs/speakers.html', null],*/
	],

	['Donations', 'http://www.arabicvoicenet.net/httpdocs/donations.html', null],


	['Join Us!', null, null,	
		['Volunteer', 'http://www.arabicvoicenet.net/httpdocs/getinvolved.html', null],
		['Newsletter', null, null,
			['Subscribe', 'http://www.arabicvoicenet.net/httpdocs/subscribe.html', null],
			['Unsubscribe', 'http://www.arabicvoicenet.net/httpdocs/unsubscribe.html', null],
		],
		
	],
	
	['Prayer', null, null,
		['Prayer Request', 'http://www.arabicvoicenet.net/httpdocs/prayerbook.html', null],
		['Prayer Log', 'http://www.arabicvoicenet.net/httpdocs/prayerbook.php', null],
		
	],

	['Avn Shop', null, null,
		['Muslim Evangelism', 'http://www.arabicvoicenet.net/httpdocs/store2.php', null],
		['Equipping Christians', 'http://www.arabicvoicenet.net/httpdocs/store.php', null],
		
	],

	['Contact Us', 'http://www.arabicvoicenet.net/httpdocs/contactform.html', null,
	],

	['Links', null, null,
		['Arabic Sites', 'http://www.arabicvoicenet.net/httpdocs/arabicsites.html', null],
		['Articles', 'http://www.arabicvoicenet.net/httpdocs/articles/articles.html', null],
		
	],

	['Guest Book', 'http://www.arabicvoicenet.net/httpdocs/guestbook.php', null
	],
	
];

