/*
  --- 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 = [
	['eYP Home', 'http://www.eeyp.com', null,
			['Home', 'http://www.eeyp.com/', null],
			['Advanced Search', 'http://eeyp.com/pmd11/search.php', null],
			['Add Business', 'http://eeyp.com/pmd11/members/user_register_account.php', null],
			['FAQ', 'http://www.eeyp.com/pmd11/module_page.php?moduleid=faq', null],
			['Membership', 'http://www.eeyp.com/pmd11/compare.php', null]],
	['Ethiopia', null, null, 
			['Discovery', 'http://www.eeyp.com/pmd11/page/Discovery/', null],
			['History', 'http://www.eeyp.com/pmd11/page/historic/', null],
			['Culture', 'http://www.eeyp.com/pmd11/page/culture/', null],
			['Millennium', 'http://www.eeyp.com/pmd11/page/Millennium/', null],
			['Addis Ababa', 'http://www.eeyp.com/pmd11/page/addis_ababa/', null],
			['Tourism', 'http://www.eeyp.com/pmd11/page/tourism/', null],
			['Travel Guide', 'http://www.eeyp.com/pmd11/page/tour_travel/', null]],
	['Links', null, null, 
			['News', 'http://www.eeyp.com/pmd11/page/linknews/', null],
			['Radios', 'http://www.eeyp.com/pmd11/page/linkradios/', null],
			['Television', 'http://www.eeyp.com/pmd11/page/linktv/', null],
			['Political', 'http://www.eeyp.com/pmd11/page/linkpolitical/', null],
			['Human Rights', 'http://www.eeyp.com/pmd11/page/linkhumanrights/', null],
			['Foreign', 'http://www.eeyp.com/pmd11/page/linkforeign/', null],
			['Entertainment', 'http://www.eeyp.com/pmd11/page/linknews/', null],
			['Events', 'http://www.eeyp.com/pmd11/page/linknews/', null]],
	['MyAccount', null, null, 
			['Login', 'http://eeyp.com/pmd11/members/user_login.php', null],
			['Register', 'http://eeyp.com/pmd11/members/user_register_account.php', null],	
			['Add Listing', 'http://eeyp.com/pmd11/members/user_register.php', null],			
			['Account Details', 'http://eeyp.com/pmd11/members/user_edit_account.php', null],
			['Logout', 'http://eeyp.com/pmd11/index.php?OUT=logout', null]],
	['Company', 'http://www.eeyp.com/pmd11/page/welcome/', null, 
			['News', 'http://www.eeyp.com/pmd11/page/companynews/', null],
			['Profile', 'http://www.eeyp.com/pmd11/page/welcome/', null],
			['Recommend', 'http://www.eeyp.com/friend.php', null],
			['Contact', 'http://eeyp.com/pmd11/contact.php', null]],
	['Site Map', 'http://eeyp.com/pmd11/sitemap.php', null]
];
