function init()
{
	menus[0] = new menu(22, "horizontal", 450, 10, -1, -1, "#660000", "#880011", "", 10, "bold", "bold", 
		"", "", 1, "#880011", 2, "", false, true, true, false, 0);
	menus[0].addItem("home.htm", 70, "center", "Home", 0);
	menus[0].addItem("ItemIndex.aspx?IndexType=Category", 70, "center", "Items", 0);
	menus[0].addItem("Events.aspx", 70, "center", "Events", 0);
	menus[0].addItem("#", 100, "center", "About Us", 1);
	
	

	
	menus[1] = new menu(22, "horizontal", 0, 0, -1, -1, "#880011", "#aa1111", "Myriad Web, Rod, Verdana", 8, "bold", "bold", 
		"", "", 1, "", 2, 62, false, true, false, false, 0);
	menus[1].addItem("MissionStatement.htm", 125, "left", "Mission Statement", 0);
	menus[1].addItem("Work.htm", 80, "left", "The Work", 0);
	menus[1].addItem("Business.htm", 90, "left", "The Business", 0);
	menus[1].addItem("Artists.htm", 80, "left", "The Artists", 0);
	menus[1].addItem("ContactUs.aspx", 90, "left", "Contact Us", 0);
}

//menus[2].addItem("subindex.aspx?SelectedItem=ALL", 100, "center", "temp All Items", 0);
//menus[1] = new menu(22, "horizontal", 0, 0, -1, -1, "#880011", "#aa1111", "Myriad Web, Rod, Verdana", 8, "bold", "bold", 
//		"", "", 1, "", 2, 62, false, true, false, false, 0);
//	menus[1].addItem("Index.aspx?IndexType=Category", 120, "center", "By Category", 0);
//	menus[1].addItem("Index.aspx?IndexType=Series", 100, "center", "By Series", 0);
	
