// items structure

// each item is the array of one or more properties:

// [text, link, settings, subitems ...]

// use the builder to export errors free structure if you experience problems with the syntax



var MENU_ITEMS = [

	

	

	

	//['&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;', 'ar_home.php',null,null],

	

	//['English', 'en_home.php',null,null],

	//['', null,null,null],

	

		

	['&#1573;&#1578;&#1589;&#1604; &#1576;&#1606;&#1575;','ar_contact_info.php',null,

	    ['&#1605;&#1593;&#1604;&#1608;&#1605;&#1575;&#1578; &#1575;&#1604;&#1573;&#1578;&#1589;&#1575;&#1604;', 'ar_contact_info.php'],

		['&#1604;&#1604;&#1578;&#1608;&#1575;&#1589;&#1604;', 'ar_contact_feedback.php']

		

		

	],

	

	['&#1575;&#1604;&#1605;&#1585;&#1603;&#1586; &#1575;&#1604;&#1573;&#1593;&#1604;&#1575;&#1605;&#1610;', 'ar_media_latest_news.php', null,

	    ['&#1570;&#1582;&#1585; &#1575;&#1604;&#1571;&#1582;&#1576;&#1575;&#1585;', 'ar_media_latest_news.php'],

		['&#1575;&#1604;&#1581;&#1605;&#1604;&#1575;&#1578;', 'ar_media_campaigns_ads.php'],

		['&#1575;&#1604;&#1602;&#1575;&#1574;&#1605;&#1577; &#1575;&#1604;&#1576;&#1585;&#1610;&#1583;&#1610;&#1577;', 'ar_media_mailling_list.php'],
		
		   ['عروض المستهلكين', 'ar_media_prom.php'],

		['&#1605;&#1602;&#1575;&#1604;&#1575;&#1578; &#1593;&#1606; &#1575;&#1604;&#1588;&#1575;&#1610;', 'ar_media_article.php']

	 ],

	

	['&#1605;&#1606;&#1578;&#1580;&#1575;&#1578;&#1606;&#1575;', 'ar_products_tea.php', null,

		['&#1605;&#1606;&#1578;&#1580;&#1575;&#1578; &#1575;&#1604;&#1588;&#1575;&#1610;', 'ar_products_tea.php'],

		['&#1605;&#1606;&#1578;&#1580;&#1575;&#1578; &#1575;&#1604;&#1587;&#1603;&#1585;', 'ar_products_sugar.php'],

		['&#1582;&#1583;&#1605;&#1575;&#1578; &#1575;&#1604;&#1590;&#1610;&#1575;&#1601;&#1577;', 'ar_products_hospitality.php'],

    ['المشروبات', 'ar_products_beverages.php']

		

	],

	

	['&#1606;&#1576;&#1584;&#1577; &#1593;&#1606; &#1575;&#1604;&#1588;&#1585;&#1603;&#1577;', 'ar_about_background.php', null,

		// this is how item scope settings are defined

		['&#1578;&#1593;&#1585;&#1610;&#1601;', 'ar_about_background.php'],

		// this is how multiple item scope settings are defined

		['&#1605;&#1608;&#1592;&#1601;&#1610;&#1606;&#1575;', 'ar_about_ourpeople.php'],

		['&#1575;&#1604;&#1608;&#1592;&#1575;&#1574;&#1601;', 'ar_about_jobs.php']

		

	],

	

   ['&#1575;&#1604;&#1589;&#1601;&#1581;&#1577; &#1575;&#1604;&#1585;&#1574;&#1610;&#1587;&#1610;&#1577;', 'ar_home.php', null,]

	

];



