function init()
{	//first color is bg of bar, 2nd color is rollover color of bar, 3rd color is letter on bg, 4th color is letter on rollover,  
	//	5th color is border between links  
	menus[0] = new menu(25, "horizontal", 500, 5, 10, 5, "#708A96", "navy", "arial,", 9, 
		"bold", "bold", "white", "white", 1, "#ebe5e9", 2, "", false, true, 
		true, true, 12, true, 4, 4, "#cccc99");
	menus[0].addItem("index.html", "", 55, "center", "home", 0);
	menus[0].addItem("#", "", 90, "center", "portfolios", 1);
	menus[0].addItem("slide-shows.html", "", 90, "center", "slide shows", 0);
	menus[0].addItem("bio-Linda-Kane-Brinckerhoff.html", "", 55, "center", "bio", 0);
	menus[0].addItem("contact-wedding-photographer.html", "", 111, "center", "contact", 0);
	
	
//Sub Menu for     galleries:
	menus[1] = new menu(220, "vertical", 0, 0, -5, -5, "#B7C9D0", "#dddddd", "Verdana,Helvetica", 9, 
		"bold", "bold", "white", "black", 1, "gray", 2, "", false, true, 
		false, true, 12, true, 4, 4, "#cccc99");
	menus[1].addItem("http://www.digitalartsct.com/bat-mitzvah-bat-mitzvah-photography.php", "", 30, "left", "Bar Mitzvah / Bat Mitzvah", 0);
	menus[1].addItem("http://www.digitalartsct.com/wedding-photographer.php", "", 30, "left", "weddings" , 0);
	menus[1].addItem("http://digitalartsct.com/photo-custom-invitations.php", "", 30, "left", "photo invitations & cards" , 0);
	//menus[1].addItem("http://www.digitalartsct.com/digitalart.php", "", 30, "left", "photo invitations & cards" , 0);
	//menus[1].addItem("http://www.digitalartsct.com/nature.php", "", 30, "left", "nature" , 0);
	

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