// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["<b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home</b>", "../index.htm"],

	["<b>&nbsp;&nbsp;&nbsp;<b>Testimonials</b>", "../testimon.htm"],

	["<b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Team</b>", "../the-team.htm"],

	["<b>&nbsp;&nbsp;&nbsp;&nbsp;Contact Us</b>", "../contact.htm"]

];
