function init()
{
	menus[0] = new menu(135, "vertical",6 ,92 , 5, 5, "#32a031", "#ffffff", "Arial", 10, 
		"", "", "ffffff", "000000", 1, "000000", 0, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("index.php", "", 22, "left", "&nbsp;Home", 0);
	menus[0].addItem("about.php", "", 22, "left", "&nbsp;About Us", 0);
	menus[0].addItem("ThermographyInHoustonResearch.php", "", 35, "left", "&nbsp;Articles &  &nbsp;Research", 0);
	menus[0].addItem("contact.php", "", 22, "left", "&nbsp;Contact Us", 0);
	menus[0].addItem("location.php", "", 22, "left", "&nbsp;Location", 0);
	menus[0].addItem("thermo.php", "", 22, "left", "&nbsp;Thermography", 0);
	menus[0].addItem("links.php", "", 22, "left", "&nbsp;Affiliates & Links", 0);
	




} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.