// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["<b>&nbsp;<b>Custom Homes</b>", "portfoli/customhm.htm"],

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

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

	["<b>&nbsp;Site Work Div.</b>", "sitework.htm"],

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

];

