/*
  --- 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 = [
	['Profile/History', null, null,
		 ['History', 'history.php'],
		 ['Managing Director Message', 'letter_managing_director.php'],
 	//	 ['Letter of Commendation', 'letter_commendation.php'],
 		 ['ABD Consecutive Editions', 'tenth_edition.php'],
	],

	['Advertise With Us ', null, null,
	 
	 		 ['Message to Clients', 'message.php'],
	 		 ['Our Promises to you', 'our_promise.php'],
	 		 ['Advantages of Advertising', 'advantages_of_advert.php',null,
			  		  
			 ['On the Internet', 'benefits_internet.php'],
		 	 ['On the Hardcopy', 'benefits_hardcopy.php'],	  

			  ],
	 		 ['Sizes & Prices', 'sizes_prices.php'],
	 		 ['Ad. Specification Form', 'advertisement.php'],
	 		 ['Clients Testimonials', 'PastSuccessesTestimonials.php'],
	 		 ['7 Ways to Save', '7Waystosave.php'],
			  ['ABD Consecutive Editions', 'nineth_edition.php'],
	],
	['Internet Listing', 'join_now.php', null,
	],
	['Special Offers', 'special_offer.php', null,
	],
	['Advertising Booking', 'join_now.php', null,
	],
	['Distribution Site Map', 'distributionmap.php', null,
	],
	['Useful Links', 'abdlinks.php', null,
	],
	['F-A-Q s', '#', null,
	],
	['Payment Options', 'https://www.abdonline.com.au/poptions.php', null,
	],
	
];

