function init()
{
	menus[0] = new menu(190, "vertical", 4, 210, 3, -1, "#000066", "#cacaca", "Verdana,Helvetica", 8, 
		"bold", "bold", "white", "black", 1, "#000066", 2, "", false, true, true, false, 0, false, 4, 4, "#000000");
	menus[0].addItem("http://www.alro.com/Contact.html", "", 40, "left", "Contact ALRO<br> 888.888.2576(ALRO)", 0);
	menus[0].addItem("http://www.alro.com/DIVSteel/STEELGUIDE.HTM", "", 22, "left", "&#183;&nbsp; Products", 0);
	menus[0].addItem("http://www.alro.com/catalog.cfm", "", 22, "left", "&#183;&nbsp; Metals Guide Catalog", 0);
	menus[0].addItem("http://www.alro.com/catalog_ToolAndDie.cfm", "", 22, "left", "&#183;&nbsp;  Tool And Die Handbook", 0);
	menus[0].addItem("http://www.alro.com/DIVSteel/Steel_Service.htm", "", 22, "left", "&#183;&nbsp; Processing Services", 0);
	menus[0].addItem("http://www.alro.com/SECLocations/location3.cfm", "", 22, "left", "&#183;&nbsp; Locations", 0);
	menus[0].addItem("http://www.alro.com/DIVSteel/literature_form.htm", "", 22, "left", "&#183;&nbsp;  Literature", 0);
	menus[0].addItem("http://www.alro.com/DIVSteel/Steel_Links.htm", "", 22, "left", "&#183;&nbsp;  Steel Links", 0);
	menus[0].addItem("http://www.alro.com/DIVSteel/STEEL_MSDSHEETS.HTM", "", 34, "left", "&#183;&nbsp;  Material Safety <br>&nbsp;&nbsp;&nbsp;Data Sheets ", 0);
	menus[0].addItem("http://www.alro.com/DIVSteel/STEEL_QUOTE.HTM", "", 34, "left", "&#183;&nbsp;  Request a Quote/ &nbsp;&nbsp;&nbsp;Submit a Print ", 0);
	menus[0].addItem("http://www.alro.com/DataPDFs/PDFForms/Acc_CreditApp.pdf", "NEWWIN", 22, "left", "&#183;&nbsp;  Credit Application", 0);

	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.

