/*
  --- 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', 'index.php', null,
	],
	['Clients', null, null,
		['Introduction', 'client_intro.php'],
		['Information', 'client_info.php'],
		['Forms', 'client_forms.php'],
		['Find Me A Nanny', 'client_apply.php'],
		['Useful Links', 'client_links.php'],
	],
	['Nannies', null, null,
		['Introduction', 'nanny_intro.php'],
		['Information', 'nanny_info.php'],
		['Forms', 'nanny_forms.php'],
		['Available Jobs', 'nanny_jobs.php'],
		['Useful Links', 'nanny_links.php'],
	],
	['Contact Us', null, null,
		['Looking for a Nanny', 'client_apply.php'],
		['Looking for a Job', 'nanny_apply.php'],
		['Contact LDNA', 'contact_us.php'],
	],
	['T:01638 560746', null,],
];

