function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 110, 250, -2, -2, "#000099", "#FF0000", "Verdana,Helvetica", 9, 
		"bold", "bold", "yellow", "white", 1, "yellow", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "red");
	menus[0].addItem("http://www.soobahkdo.com/vision-tour-committee/visiontourcommittee.htm", "", 50, "center", "Home", 0);
	menus[0].addItem("http://www.soobahkdo.com/vision-tour-committee/visiontourcommittee-forum.htm", "", 50, "center", "Forum", 0);
	menus[0].addItem("http://www.soobahkdo.com/vision-tour-committee/visiontourcommittee-com.htm", "", 85, "center", "Committees", 0);
	menus[0].addItem("http://www.soobahkdo.com/vision-tour-committee/visiontourcommittee-notebook.htm", "", 220, "center", "Vision in Action Notebook", 0);
	menus[0].addItem("http://www.soobahkdo.com/vision-tour-committee/visiontourcommittee-press.htm", "", 150, "center", "Vision in Action", 0);
	menus[0].addItem("http://www.soobahkdo.com/vision-tour-committee/visiontourcommittee-recognition.htm", "", 83, "center", "Recognition", 0);
	menus[0].addItem("http://www.soobahkdo.com/vision-tour-committee/visiontourcommittee-events.htm", "", 116, "center", "Vision Events", 0);



} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.