function init()
{
	//Main Menu items:
	menus[0] = new menu(25, "horizontal", 100, 271, 0, 0, "#cd6e40", "#d37446", "Verdana,Helvetica", 9, 
		"bold", "bold", "white", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("orasul_plopeni.html", "", 150, "left", "Orasul Plopeni", 0);
	menus[0].addItem("#", "", 120, "left", "Primaria", 1);
	menus[0].addItem("#", "", 150, "left", "Consiliul Local", 2);
	menus[0].addItem("info_util.html", "", 110, "left", "Info Util", 0);
	menus[0].addItem("#", "", 320, "center", "", 0);



//Sub Menu for 2nd Main Menu Item ("web building"):
	menus[1] = new menu(135, "vertical", 0, 0, 0, 0, "#cd6e40", "#d37446", "Verdana,Helvetica", 9, "bold", 
		"bold", "white", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("primar.html", "", 22, "left", "Primar", 0);
	menus[1].addItem("viceprimar.html", "", 22, "left", "Viceprimar", 0);
	menus[1].addItem("CV-ORG/ORGANIGRAMA-PRIMARIE.pdf", "NEWWIN", 22, "left", "Organigrama", 0);

//Sub Menu for 3rd Main Menu Item ("News"):
	menus[2] = new menu(220, "vertical", 0, 0, 0, 0, "#cd6e40", "#d37446", "Verdana,Helvetica", 9, "bold", 
		"bold", "white", "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("membri_cons.html", "", 22, "left", "Membri/Comisii", 0);
	menus[2].addItem("hot_cons.html", "", 22, "left", "Hotarari ale consiliului", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
