function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal",160, 120, -2, -2, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("index.htm", "", 100, "center", "Home", 0);
	menus[0].addItem("#", "", 120, "center", "Tae Kwon Do", 1);
	menus[0].addItem("#", "", 100, "center", "Classes", 2);
	menus[0].addItem("#", "", 130, "center", "Students Area", 3);
	menus[0].addItem("gallery.htm", "", 110, "center", "Gallery", 0);
	menus[0].addItem("contact.htm", "", 110, "center", "Contact", 0);

//Sub Menu for 2nd Main Menu Item ("Tae Kwon Do"):
	menus[1] = new menu(270, "vertical", 0, 0, -5, -5, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("tkd.htm", "", 22, "left", "The Korean Art of Self Defence", 0);
	menus[1].addItem("history.htm", "", 22, "left", "The History of Tae Kwon Do", 0);
	menus[1].addItem("tagb.htm", "", 22, "left", "The TAGB", 0);
	menus[1].addItem("korea.htm", "", 22, "left", "The Korean Flag", 0);


//Sub Menu for 3rd Main Menu Item ("Classes"):
	menus[2] = new menu(220, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("classes.htm", "", 22, "left", "Location & times", 0);
	menus[2].addItem("juniors.htm", "", 22, "left", "Childrens (ages 7 to 12)", 0);
	menus[2].addItem("seniors.htm", "", 22, "left", "Adults (13+)", 0);
	menus[2].addItem("instructor.htm", "", 22, "left", "The Instructor", 0);

//Sub Menu for 3rd Main Menu Item ("Students Area"):
	menus[3] = new menu(130, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("http://www.tagb.biz/cat-index.htm", "NEWWIN", 22, "left", "TAGB Shop", 0);
	menus[3].addItem("resources.htm", "", 22, "left", "Resources", 0);
	menus[3].addItem("news.htm", "", 22, "left", "Latest News", 0);
	menus[3].addItem("links.htm", "", 22, "left", "Links", 0);
	

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
