function init()
{
	menus[0] = new menu(20, "horizontal", 100, 128, 0, -2, "img:images/background1.jpg", "img:images/background2.jpg", "Arial,Helvetica", 12, "bold", 
		"bold", "black", "white", 0, "white", 2, 
	    "rollover:images/tri-down1.gif:images/tri-down2.gif", false, false, true, false, 0, true, 4, 4, "gray");

	menus[0].addItem("index.html", "", 130, "center", "HOME", 0);
	menus[0].addItem("Services.html", "", 130, "center", "Services", 0);
	menus[0].addItem("about.html", "", 130, "center", "About Us", 0);
	menus[0].addItem("#", "", 130, "center", "Gallery", 2);
	menus[0].addItem("Links.html", "", 130, "center", "Links", 0);
	menus[0].addItem("Contact.html", "", 130, "center", "Contact Us", 0);
	menus[0].floatMenu(1024, 768, 10, 0);
	
	menus[1] = new menu(100, "vertical", 0, 0, -5, -5, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, 187, false, false, false, false, 0, true, 4, 4, "gray");
	
	

	menus[2] = new menu(22, "horizontal", 0, 0, 0, -2, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, false, false, 0, true, 4, 4, "gray");
	menus[2].addItem("Gallery1.html", "", 100, "left", "Gallery 1", 0);
	menus[2].addItem("Gallery2.html", "", 100, "left", "Gallery 2", 0);
	menus[2].addItem("Gallery3.html", "", 100, "left", "Gallery 3", 0);
	menus[2].addItem("Gallery4.html", "", 100, "left", "Gallery 4", 0);
	menus[2].addItem("Gallery5.html", "", 100, "left", "Gallery 5", 0);
    menus[2].addItem("Gallery6.html", "", 100, "left", "Gallery 6", 0);


	
	
	
}
