function init()
{
	//Main Menu items:
	if (document.getElementById&&!document.all)
	menus[0] = new menu(22, "horizontal", 240, 200, -1, -1, "#B3A785", "white", "Verdana,Helvetica", 9, 
		"bold", "bold", "#000066", "#000066", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black")
	else
	menus[0] = new menu(22, "horizontal", 247, 200, -1, -1, "#B3A785", "white", "Verdana,Helvetica", 9, 
		"bold", "bold", "#000066", "#000066", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("http://www.stickelpackaging.com/index.html", "", 110, "center", "Home", 0);
	menus[0].addItem("http://www.stickelpackaging.com/products.html", "", 120, "center", "Products", 1);
	menus[0].addItem("http://www.stickelpackaging.com/pack_equip.html", "", 120, "center", "Equipment", 0);
	menus[0].addItem("http://www.stickelpackaging.com/mat_handling.html", "", 160, "center", "Material Handling", 0);
	menus[0].addItem("http://www.stickelpackaging.com/service.html", "", 120, "center", "Service", 0);
	menus[0].addItem("http://www.stickelpackaging.com/contact_us2.html", "", 120, "center", "Contact Us", 0);
	menus[0].floatMenu(1280, 1024, 10, 0);

//Sub Menu for 2nd Main Menu Item ("Products"):
	menus[1] = new menu(150, "vertical", 0, 0, -5, -5, "white", "#B3A785", "Verdana,Helvetica", 8, "bold", 
		"bold", "#000066", "#000066", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("tapes.html", "", 22, "left", "Tape", 0);
	menus[1].addItem("corr_prod.html", "", 35, "left", "Corrugated Products", 0);
	menus[1].addItem("void_fill.html", "", 45, "left", "Void Fill & Protective Packaging", 0);
	menus[1].addItem("stretch_wrap.html", "", 22, "left", "Stretch Wrap", 0);
	menus[1].addItem("strapping.html", "", 22, "left", "Strapping", 0);
	menus[1].addItem("shrink_film.html", "", 22, "left", "Shrink Film", 0);
	menus[1].addItem("mailers.html", "", 45, "left", "Mailing/Poly Bags & Envelopes", 0);
	menus[1].addItem("glove_safety_prod.html", "", 35, "left", "Glove & Safety Products", 0);
	menus[1].addItem("janit_maint.html", "", 35, "left", "Janitorial/ Maintenance", 0);
	menus[1].addItem("misc.html", "", 22, "left", "Miscellaneous", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.