function init()
{
	menus[0] = new menu(22, "horizontal", 300, 20, 0, -2, "lightgrey", "royalblue", "arial,Helvetica", 10, "normal", "bold", "black", "white", 0, "blue", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, false, true, false, 0, true, 4, 4, "gray");
	menus[0].addItem("index.html", "", 100, "center", "Home", 0);
	menus[0].addItem("background.html", "", 110, "right", "The Artist", 0);
	menus[0].addItem("#", "", 110, "center", "Portfolio", 1);
	menus[0].addItem("contact.html", "", 100, "center", "Contact", 0);

	menus[0].floatMenu(1024, 768, 10, 0);

	menus[1] = new menu(140, "vertical", 0, 0, 0, -1, "lightgrey", "royalblue", "arial,Helvetica", 10, "normal", 
		"bold", "black", "white", 1, "black", 2, "", false, true, false, false, 0, true, 4, 4, "gray");
	menus[1].addItem("landscape/index.html", "", 22, "center", "Landscapes", 0);
	menus[1].addItem("marine/index.html", "", 22, "center", "Marine", 0);
	menus[1].addItem("civileng/index.html", "", 22, "center", "Civil Engineering", 0);
	menus[1].addItem("abstract/index.html", "", 22, "center", "Abstract", 0);
	menus[1].addItem("photos.html", "", 22, "center", "Photographs", 0);

}
