var MENU_ITEMS = [
	['Home', 'index.html'],

/*	['Benefits', 'benefits.html'],   */

	['Services', null, null,

/*		['Movie', 'movie.html'],  */

/*		['FFF Movie', null, null,  */
/*			['Broadband', 'movie_big.html'], */
/*			['Dial-Up', 'movie_small.html'], */
/*		], */

		['Pet / House Sitting', 'services.html'],
		['Kinder-Pup Club', 'services2.html'],
		['Benefits', 'benefits2.html'],
	],

	['Pricing', 'price.html', null,
		['Deluxe', 'price.html'],
		['Economy', 'price.html#economy'],
		['Intake Interview', 'price.html#intake'],
		['Kinder-Pup Club', 'price.html#kpc'],
		['More Services', 'price.html#additional'],
		['Weather Policy', 'price.html#weather'],
	],

	['Links', 'links.html'],

	['About Us', null, null,
		['Contact Us', 'feedback.html'],
		['Employment', 'employ.html'],
		['Bio', 'bio.html'],
	],
];
