function init()
{
	menus[0] = new menu(22, "horizontal", 1, 38, -2, -2, "#800000", "#FFFFFF", "Arial", 9, 
		"bold", "bold", "White", "#800000", 1, "", 2, "", false, true, true, true, 12, true, 10, 10, "");
	menus[0].addItem("index.php", "", 100, "center", "Home", 0);
	menus[0].addItem("news.php", "", 100, "center", "News / Events", 0);
	menus[0].addItem("about.php", "", 100, "center", "About Us", 0);
	menus[0].addItem("", "", 100, "center", "Products", 4);
	menus[0].addItem("http://www.warriorrunlocoworks.com/forums/", "", 100, "center", "Forum", 0);
        menus[0].addItem("ordering.php", "", 100, "center", "Orders", 0);
	menus[0].addItem("contact.php", "", 100, "center", "Contact Us", 0);

	menus[1] = new menu(130, "vertical", 0, 0, -5, -5, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", 
"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");

	menus[2] = new menu(130, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", 
"bold", "black", "white", 1, "gray", 2, "rollover:tri.gif:tri.gif", false, true, false, false, 0, true, 4, 4, "black");

	menus[3] = new menu(135, "vertical", 0, 0, 0, 0, "#E1E1E1", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");

	menus[4] = new menu(135, "vertical", 0, 0, 0, 0, "#800000", "#FFFFFF", "Verdana,Helvetica", 9, "bold", "bold", "white", "#800000", 1, "black", 2, ">>", false, true, false, false, 0, true, 10, 10, "");
	menus[4].addItem("/bachmann.php", "", 40, "center", "Aristocraft, LGB, Bachmann & USA Trains", 0);
	menus[4].addItem("/accucraft.php", "", 22, "center", "Accucraft/AMS", 0);
	menus[4].addItem("on30.php", "", 22, "center", "On30", 0);
	menus[4].addItem("llagas.php", "", 30, "center", "Llagas Creek Railways", 0);
	menus[4].addItem("ozarkmin.php", "", 30, "center", "Ozark Miniatures", 0);
	menus[4].addItem("trackside.php", "", 30, "center", "Trackside Details", 0);
	menus[4].addItem("hartford.php", "", 30, "center", "Hartford Products", 0);
	menus[4].addItem("splitjaw.php", "", 30, "center", "Split Jaw Rail Clamps", 0);
	menus[4].addItem("kadee.php", "", 22, "center", "Kadee Couplers", 0);
	menus[4].addItem("gardenmetal.php", "", 35, "center", "Garden Metal Models", 0);
	menus[4].addItem("phoenix.php", "", 35, "center", "Phoenix Sound Systems", 0);
	menus[4].addItem("sierra.php", "", 35, "center", "Sierra Sound Systems", 0);
	menus[4].addItem("figures.php", "", 20, "center", "Figures", 0);
	menus[4].addItem("track.php", "", 20, "center", "Track", 0);
	menus[4].addItem("airwire.php", "", 20, "center", "Airwire 900", 0);
	menus[4].addItem("inhouse.php", "", 22, "center", "In House Items", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.