function init()
{
	menus[0] = new menu(110, "vertical", 180, 230, 0, 0, "#333333", "#333333", "Helvetica, Arial, sans-serif", 9, 
		"regular", "regular", "#cccccc", "#ffcc33", 0, "", 0, "", false, true, true, false, 0, true, 0, 0, "");
	menus[0].addItem("", "", 30, "left", "Paintings", 1);
		menus[0].addItem("", "", 30, "left", "Sculptural Works", 2);
		menus[0].addItem("", "", 30, "left", "Public Art Work", 3);
	menus[0].addItem("", "", 30, "left", "About the Artist", 4);
	menus[0].addItem("upcoming.html", "", 30, "left", "Upcoming", 0);
	menus[0].addItem("index.html", "", 30, "left", "Home", 0);
	
	
		//Sub Menu for 2nd Main Menu Item ("prints"):
	menus[1] = new menu(130, "vertical", 0, 0, 0, 0, "#333333", "#333333", "Helvetica, Arial, sans-serif", 9, "regular", 
		"regular", "#cccccc", "#ffcc33", 0, "black", 0, 0, false, true, false, false, 0, true, 0, 0, "");
		menus[1].addItem("paintings.html", "", 18, "left", "New Works", 0);
	
	//Sub Menu for 2nd Main Menu Item ("installations"):
	menus[2] = new menu(100, "vertical", 0, 0, 0, 0, "#333333", "#333333", "Helvetica, Arial, sans-serif", 9, "regular", 
		"regular", "#cccccc", "#ffcc33", 0, "black", 0, 0, false, true, false, false, 0, true, 0, 0, "");
	menus[2].addItem("spirithouse.html", "", 18, "left", "Spirit House", 0);
	menus[2].addItem("", "", 5, "left", "<img src='includes/div.jpg' width='80' height='1' '>", 0);
	menus[2].addItem("heart.html", "", 18, "left", "Little Heart...", 0);
	menus[2].addItem("", "", 5, "left", "<img src='includes/div.jpg' width='80' height='1' '>", 0);
	menus[2].addItem("bnw.html", "", 18, "left", "BNW", 0);
	menus[2].addItem("", "", 5, "left", "<img src='includes/div.jpg' width='80' height='1' '>", 0);
	menus[2].addItem("boxes.html", "", 18, "left", "Containers", 0);
	
	
		menus[3] = new menu(130, "vertical", 0, 0, 0, 0, "#333333", "#333333", "Helvetica, Arial, sans-serif", 9, "regular", 
		"regular", "#cccccc", "#ffcc33", 0, "black", 0, 0, false, true, false, false, 0, true, 0, 0, "");
		menus[3].addItem("Chinatown2.html", "", 18, "left", "Chinatown Voices", 0);
		menus[3].addItem("", "", 5, "left", "<img src='includes/div.jpg' width='120' height='1' '>", 0);
		menus[3].addItem("Chinatown1.html", "", 18, "left", "America's Chinatown", 0);
		menus[3].addItem("", "", 5, "left", "<img src='includes/div.jpg' width='120' height='1' '>", 0);
		menus[3].addItem("island.html", "", 18, "left", "Island Story", 0);

	   
//Sub Menu for Sub Menu "About the Artist":
		menus[4] = new menu(100, "vertical", 0, 0, 0, 0, "#333333", "#333333", "Helvetica, Arial, sans-serif", 9, "regular", 
		"regular", "#cccccc", "#ffcc33", 0, "black", 0, 0, false, true, false, false, 0, true, 0, 0, "");
		menus[4].addItem("resume.html", "", 18, "left", "Exhibitions", 0);
		menus[4].addItem("", "", 5, "left", "<img src='includes/div.jpg' width='80' height='1' '>", 0);
		menus[4].addItem("bio.html", "", 18, "left", "Biography", 0);
		menus[4].addItem("", "", 5, "left", "<img src='includes/div.jpg' width='80' height='1' '>", 0);	
		menus[4].addItem("statement.html", "", 18, "left", "Statement", 0);
		menus[4].addItem("", "", 5, "left", "<img src='includes/div.jpg' width='80' height='1' '>", 0);
		menus[4].addItem("contact.html", "", 18, "left", "Contact", 0);
		
		
	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.

