﻿function init()
{
	menus[0] = new menu(140, "vertical", 0, 120, -2, -2, "", "#dbdbdb", "Verdana,Helvetica", 8, 
		"bold", "bold", "black", "black", 1, "white", 2, "rollover:..img/tri-right1.gif:..img/tri-right2.gif", false, true, true, true, 0, false, 4, 4, "black");
	menus[0].addItem("http://www.ius.bg.ac.yu/", "", 28, "left", "Glavna strana", 0);
	menus[0].addItem("/moot/aboutmootwillem.htm", "", 30, "left", "<br>About the Moot", 0);
	menus[0].addItem("/moot/team1.htm", "", 30, "left", "<br>Team", 0);
	menus[0].addItem("/moot/coaches.htm", "", 30, "left", "<br>Coaches", 0);
	menus[0].addItem("/moot/premoot.htm", "", 30, "left", "<br>Pre-Moot<br><br>", 0);
	menus[0].addItem("/moot/sponsors.htm", "", 30, "left", "<br>Sponsors", 0);
	menus[0].addItem("/moot/links.htm", "", 30, "left", "<br>Links", 0);
	menus[0].addItem("/moot/contacts.htm", "", 30, "left", "<br>Contacts<br><br>", 0);
	menus[0].addItem("/moot/news.htm", "", 30, "left", "<br>News<br><br>", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.