/*
  --- 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
	],
	['About Us', './?p=about', null,
		['Background', './?p=about#background'],
		['Mission', './?p=about#mission'],
		['Parent Organizations', './?p=about#parentorg']
	],		
	['Services', './?p=services', null,
		['Counselling', './?p=services#counselling'],
		['Casework', './?p=services#casework'],
		['FLE', './?p=services_fle', null,
			['STEP', './?p=services_fle#step'],
			['PET', './?p=services_fle#pet'],
			['Marriage Enrichment', './?p=services_fle#marriagenrich'],
			['Marriage Preparation', './?p=services_fle#marriageprep'],
			['Parentline', './?p=services_fle#parentline'],
			['Newsletter', './?p=parentline']
		],
		['Disadvantaged Families', './?p=disadvantaged', null,
			['Literacy', './?p=disadvantaged#literacy'],
			['Socio-emotional', './?p=disadvantaged#socioemotional']
		],
		['Collaboration', './?p=services#collaboration'],
		['I & R', './?p=services#inr'],
		['Financial Support Services', './?p=services#financialsupport']
	],
	['Volunteer', './?p=volunteer', null,
		['Volunteer Opportunities', './?p=volunteer#opportunities'],
		['Testimonials', './?p=volunteer#testimonials'],
		['Code of Ethics', './?p=volunteer#code'],
		['Volunteer & Training Programme', './?p=volunteer#training']
	],
	['News', './?p=news', null
	],
	['Links', './?p=links', null
	],
	['Contact Us', './?p=contactus', null,
		['Our location', './?p=contactus#location'],
		['How to get here', './?p=contactus#howtogethere'],
		['Phone & Email', './?p=contactus#phone']
	],
	['Newsletter', './?p=parentline', null],
];

