function init()
{
	menus[0] = new menu(197, "vertical", 0, 170, -2, -2, "b6b9b9", "#666666", "Verdana,Helvetica", 12, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, false, 12, true, 0, 0, "black");
	menus[0].addItem("index.html", "", 22, "left", "Home", 0);
	menus[0].addItem("certifications.html", "", 22, "left", "Certifications", 0);
	menus[0].addItem("#", "", 42, "left", "16,000 Sq. Ft. Facilities", 1);
	menus[0].addItem("capabilities.html", "", 22, "left", "Capabilities", 0);
	menus[0].addItem("products.html", "", 22, "left", "Products", 0);
	menus[0].addItem("contactus.html", "", 22, "left", "Contact Us", 0);

	menus[1] = new menu(255, "vertical", 0, 0, 0, 0, "b6b9b9", "666666", "Verdana,Helvetica", 12, "bold", 
		"bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 0, 0, "black");
	menus[1].addItem("fabrication.html", "", 22, "left", "Fabrication Equipment", 0);
	menus[1].addItem("welding.html", "", 22, "left", "Welding Equipment", 0);
	menus[1].addItem("finishing.html", "", 22, "left", "Finishing Equipment", 0);
	
	initLightbox();
	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
