function init()
{
	//Main Menu items:
	
	menus[0] = new menu(10, "horizontal", 120, 0, 3, 21, "#000000", "#000000", "Century Gothic, Tahoma, Verdana,Helvetica", 9, 
		"bold", "bold", "white", "white", 0, "", 3, "", false, true, true, false, 0, false, 4, 4, "");
	menus[0].addItem("http://www.genialphotography.co.uk", "", 80, "left", "HOME", 0);
	menus[0].addItem("#", "", 100, "left", "GALLERY", 1);
	menus[0].addItem("buying_prints.htm", "", 130, "left", "BUYING PRINTS", 0);
	menus[0].addItem("contact.htm", "", 100, "left", "CONTACT", 0);
	menus[0].addItem("links.htm", "", 145, "left", "LINKS", 0);
	menus[0].addItem("http://www.romancart.com/cart.asp?storeid=35214", "", 145, "left", "VIEW BASKET", 0);
	menus[0].floatMenu(1024, 768, 10, 0);

//Sub Menu for 2nd Main Menu Item ("gallery"):
	menus[1] = new menu(22, "horizontal", 0, 0, 0, -2, "black", "black", "Century Gothic, Arial,Helvetica", 9, 
		"bold", "bold", "white", "#CCCCCC", 0, "", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, false, false, 0, false, 4, 4, "");
	menus[1].addItem("gallery_nature.htm", "", 80, "left", "Nature", 0);
	menus[1].addItem("gallery_landscape.htm", "", 100, "left", "Landscape", 0);
	menus[1].addItem("gallery_digitalArt.htm", "", 80, "left", "Digital Art", 0);
	menus[1].addItem("gallery_fineArt.htm", "", 80, "left", "Fine Art", 0);
	menus[1].addItem("gallery_blackWhite.htm", "", 110, "left", "Black & White", 0);
	menus[1].addItem("gallery_architecture.htm", "", 100, "left", "Architecture", 0);
	menus[1].addItem("gallery_nightshots.htm", "", 100, "left", "Night Shots", 0);
	menus[1].addItem("gallery_people.htm", "", 80, "left", "People", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.