function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 80, 500, 0, 0, "white", "black", "Swis721 Lt BT", 10, "bold", "bold", "black", "white", 1, "gray", 2, "rollover:../images/tri-down1.gif:images/tri-down2.gif", false, true, true, false, 12, true, 4, 4, "black");
	menus[0].addItem("http://www.topebalogun.com/index.php", "", 100, "center", "home", 0);
	menus[0].addItem("#", "", 100, "center", "news", 0);
	menus[0].addItem("#", "", 100, "center", "projects", 1);
	menus[0].addItem("#", "", 100, "center", "cv", 0);
	menus[0].addItem("#", "", 180, "center", "partner sites", 2);
	menus[0].addItem("#", "", 100, "center", "guest book", 3);
	menus[0].addItem("mailto:webmaster@brinsy.co.uk?subject=To Webmaster from www.topebalogun.com", "", 80, "center", "contact", 0);

//Sub Menu for 2nd Main Menu Item ("projects"):
	menus[1] = new menu(170, "vertical", 0, 0, 0, 0, "white", "#000000", "Swis721 Lt BT", 10, "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[1].addItem("http://www.topebalogun.com/ProjectStory.php?Story=17", "contents", 22, "left", "year 5", 0);
	menus[1].addItem("http://www.topebalogun.com/ProjectStory.php?Story=22", "contents", 22, "left", "year 3 - art gallery", 0);
	menus[1].addItem("http://www.topebalogun.com/ProjectStory.php?Story=23", "contents", 22, "left", "year 3", 0);
	menus[1].addItem("http://www.topebalogun.com/ProjectStory.php?Story=16", "contents", 22, "left", "Year 1", 0);

//Sub Menu for 3rd Main Menu Item ("partner sites"):
	menus[2] = new menu(180, "vertical", 0, 0, 0, 0, "white", "#000000", "Swis721 Lt BT", 10, "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("http://www.newarchitects.co.uk", "newwin", 22, "left", "www.newarchitects.co.uk", 0);
	menus[2].addItem("http://www.brinsy.co.uk", "newwin", 22, "left", "www.brinsy.co.uk", 0);
	

//Sub Menu for Sub Menu "guest book":
	menus[3] = new menu(150, "vertical", 0, 0, 0, 0, "white", "black", "Swis721 Lt BT", 10, "bold", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("http://www.topebalogun.com/gBook/GuestBookView.php", "contents", 22, "left", "view guestbook", 0);
	menus[3].addItem("http://www.topebalogun.com/gBook/GuestBookSign.php", "contents", 22, "left", "sign guestbook", 0);

//Sub Menu for 4th Main Menu Item ("not used"):
	menus[4] = new menu(20, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Swis721 Lt BT", 10, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("http://www.google.com", "", 22, "left", "Google", 0);
	menus[4].addItem("http://www.yahoo.com", "", 22, "left", "Yahoo", 0);
	menus[4].addItem("http://www.altavista.com", "", 22, "left", "AlltheWeb", 0);
	menus[4].addItem("javascript:alert('hi')", "", 22, "left", "Teoma", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.