function init()
{
	//Main Menu items:
	menus[0] = new menu(20, "horizontal", 0, 10, -2, -2, "#006600", "#336633", "Verdana,Helvetica", 7,"bold","bold", "#FFFF99", "#FFFF00", 2, "#333366", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, false,5, true, 4, 4, "#999966");
	menus[0].addItem("index.htm", "", 100, "center", "Home", 0);
	menus[0].addItem("#", "", 100, "center", "Issues", 1);
	menus[0].addItem("links.htm", "", 110, "center", "Links", 0);
	menus[0].addItem("forum.htm", "", 110, "center", "How to Help", 0);
	menus[0].addItem("contact.htm", "", 110, "center", "Contact Us", 0);

//Sub Menu for 2nd Main Menu Item ("Issues"):
	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "006600", "#336633", "Verdana,Helvetica", 7, "bold", "bold", "#FFFF99", "FFFF00", 2, "333366", 2, 62, false, true, false, false, 5, true, 4, 4, "#999966");
	menus[1].addItem("background.htm", "", 22, "left", "Background", 0);
	menus[1].addItem("launch.htm", "", 22, "left", "News", 0);
	menus[1].addItem("faq.htm", "", 22, "left", "FAQs", 0 );
	menus[1].addItem("didyouknow.htm", "", 22, "left", "Did You Know", 0);	
	menus[1].addItem("letters.htm", "", 22, "left", "Letters", 0);
	menus[1].addItem("photos.htm", "", 22, "left", "Photos", 0);
	menus[1].addItem("lpqa.htm", "", 22, "left", "Counterpoint", 0);
	
	
	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.