/*
  --- 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 = [
	['N2S Home', 'default.html', null,
	],
	['About N2S', 'aboutus.html', null,
		['Our Commitment to You', 'commitment.html'],
		['Recommended Practices', 'recommended.html'],
		['Our Guarantee', 'guarantee.html'],
		['Services', 'help.html'],
		['Testimonials', 'testimonials.html'],
	],
	['4 Nannies', 'nannies.html', null,
		['So You Want to Be a Nanny?', 'beananny.html'],
		['Candidate Screening Process', 'screening.html'],
		['Available Opportunities', 'opportunities.html'],
		['APPLY ONLINE', 'application.html'],
		['Professional Nanny Resources', 'resources.html'],
	],
	['4 Families', 'families.html', null,
		['Agency Advantages', 'agencyadvantages.html'],
		['Advantages of Having a Nanny', 'advantages.html'],
		['What Does it Mean to Have a Nanny?', 'meaning.html'],
		['Candidate Screening Process', 'screening.html'],
		['How Do You Find Nannies?', 'findnannies.html'],
		['Agency Placement Fees', 'fees.html'],
		['Nanny Profiles-*UPDATED*', 'profiles.html'],
		['Request Contact', 'contactus.html'],
	],
	['4 Organizations', 'http://www.nanny2shoesiowa.com/Updates/N2S Agency Organization Fee Exhibit Sept.2007.pdf', null,
	],
	['FAQs', 'faq.html', null,
	],
	['Contact N2S', 'contactus.html', null,
	],
	['Links', 'links.html', null,
	],
	['News/Announcements', 'http://www.nanny2shoesiowa.com/Newsletters/3-07 Meet the Summer Nanny 1 release (4).pdf', null
	],
	['In Safe Hands Newsletter', 'http://www.nanny2shoesiowa.com/Newsletters/Vol 3 Issue 2-Summer 2008.htm', null,
		['Summer, 2008-Vol. 3, Issue 2', 'http://www.nanny2shoesiowa.com/Newsletters/Vol 3 Issue 2-Summer 2008.htm'],
		['Spring, 2008-Vol. 3, Issue 1', 'http://www.nanny2shoesiowa.com/Newsletters/Vol 3 Issue 1.htm'],
		['Fall/Winter, 2007-Vol. 2, Issue 3', 'http://www.nanny2shoesiowa.com/Newsletters/Vol 2 Issue 3.pdf'],
		['Summer, 2007-Vol. 2, Issue 2', 'http://www.nanny2shoesiowa.com/Newsletters/Vol 2 Issue 2.pdf'],
		['Spring, 2007-Vol. 2, Issue 1', 'http://www.nanny2shoesiowa.com/Newsletters/Vol 2 Issue 1.pdf'],
		['Winter, 2006-Vol. 1, Issue 1', 'http://www.nanny2shoesiowa.com/Newsletters/Vol 1 Issue 1.pdf'],
	],
	['Childcare Request', 'http://www.nanny2shoesiowa.com/Forms/N2S Nanny Resv Request.pdf', null,
	],
];
	
	