/*   --- menu items --- */
var MENU_ITEMS = [
	['About Us', null, null, 
		['Our History', 'linda.asp', {'tw':'body'},	],		
		['Our Staff', 'staff.asp', {'tw':'body'},	],		
		['Hours & Rates', 'rates.asp', {'tw':'body'},	],		
		['FAQ', 'faq.asp', {'tw':'body'},	],				
	],
	['Reservations', 'reservation.asp', {'tw':'body'}, ],
	['Facilities', 'facilities.asp', {'tw':'body'},	],
	['Boarding', 'boarding.asp', {'tw':'body'}, ],
	['Grooming',  'grooming.asp', {'tw':'body'}, ],
	['Location',  'location.asp', {'tw':'body'}, ],
	['Photo Gallery', 'gallery.asp', {'tw':'body'}, ],
	['Contact Us', 'contact.asp', {'tw':'body'},
		['Email Us', 'mailto:dogsitr@aol.com?subject=From the Web Site' ],
	],
	['Home', 'home.asp', {'tw':'body'}, ],
];