// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Home", "main.php"],
	["About Us", null,
		["Our Company", "ourcompany.php"],
	//	["Associations", "associations.php"],
		["Contact Us", "contactus.php"],
		["Employment", "employment.php"],
	],
	["Services", "services.php",
		["Pest Control", "ipm.php"],
		["Mosquito & Insect Reduction", "mirp.php"],
		["Automist", "automist.php"],
		["Termites", "termites.php"],
		["Moisture Control", "moisture.php"],
		["Fungus Control", "fungus.php"],
		["Inspections", "inspectors.php"],
		["Structural Repair", "repair.php"],
	],
	["Realtors", "realtors.php"],
		
	["Web Specials", "webSpecials.php"],
		
	

];

