


_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=-20             // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#225522";
oncolor="#ffffff";
offbgcolor="#447744";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#434A3D";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.2)";
}


with(milonic=new menuname("despre")){
style=menuStyle;
top=30;
aI("text=Statut;url=/statut.php;");
aI("text=Istoria orasului;url=/istorie.php;");
aI("text=Asezarea geografica;url=/geografie.php;");
aI("text=Economia locala;url=/economie.php;");
aI("text=Populatia;url=/populatia.php;");
aI("text=Activitatea sportiva;url=/sport.php;");
aI("text=Activitatea culturala;url=/cultural.php;");
aI("text=Muzee;url=/muzee.php;");
aI("text=Imagini;url=/imagini.php;");
}

with(milonic=new menuname("autoritate")){
style=menuStyle;
top=30;
aI("text=Primaria;url=/primaria.php;");
aI("text=CV - Primar;url=/primar.php;");
aI("text=Consiliul Local;url=/consiliullocal.php;");
aI("text=Anunturi;url=/anunturi.php;");
}

with(milonic=new menuname("utile")){
style=menuStyle;
top=30;
aI("text=Telefoane utile;url=/telefoane.php;");
aI("text=Institutii;url=/institutii.php;");
aI("text=Farmacii / Laboratoare;url=/farmacii.php;");
aI("text=Cabinete medicale;url=/cabinete.php;");
}

drawMenus();

