function init()
{
	//Main Menu items:
	menus[0] = new menu(150, "vertical", 10, 40, -1, -1, "#ffffcc", "#0000cc", "Verdana,Helvetica", 8, "bold", "bold", "black", "#ffff00", 1, "gray", 2, "rollover:../../images/tri-right1.gif:../../images/tri-right2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("../index.html", "", 20, "center", "Domov", 0);
	menus[0].addItem("index.html", "", 20, "center", "Vizitka", 0);
	menus[0].addItem("3.html", "", 20, "center", "Tri-satno točilo", 0);
	menus[0].addItem("4.html", "", 20, "center", "Štiri-satno točilo", 0);
	menus[0].addItem("5.html", "", 20, "center", "Pet-satno točilo", 0);
//	menus[0].addItem("20.html", "", 20, "center", "20-satno točilo", 0);
	menus[0].addItem("narocilo.html", "", 20, "center", "Naročilo", 0);
	menus[0].addItem("../../e/joze/index.html", "", 20, "center", "English", 0);
	menus[0].addItem("../../d/joze/index.html", "", 20, "center", "Deutsch", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
