function init()
{
	//Main Menu items:
	menus[0] = new menu(38, "horizontal", 185, 5, 0, -1, "img:images/storefront.gif", "img:images/storefront.gif", "Arial,Helvetica", 9, "bold", 
		"bold", "white", "white", 0, "white", 2, "rollover:transparent.gif:transparent.gif", false, false, true, false, 0, false, 4, 4, "gray");
	menus[0].addItem("products.html", "", 100, "center", "                                ", 1);
	menus[0].floatMenu(1024, 768, 10, 0);

//Sub Menu for 1st Main Menu Item ("web building"):
	menus[1] = new menu(160, "vertical", 0, 0, -5, -5, "#6666FF", "#66CC66", "Verdana,Helvetica", 10, "bold", 
		"bold", "white", "white", 3, "#000099", 2, 62, false, true, false, true, 6, false, 4, 4, "#000099");
	menus[1].addItem("products-greeting-cards.htm", "", 22, "left", "Greeting Cards", 0);
	menus[1].addItem("products-art-prints.htm", "", 22, "left", "Art Prints", 0);
	menus[1].addItem("products-E-Cards.htm", "", 22, "left", "FREE E Cards", 0);
	menus[1].addItem("wholesale/index.htm", "", 22, "left", "Wholesale Login", 0);

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