_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(mainStyle=new mm_style()){
}

with(menuStyle=new mm_style()){
onbgcolor="#da1b1b";
oncolor="#FFFFFF";
offbgcolor="#F1f1f1";
offcolor="#333333";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
padding=2;
fontsize="9";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
}

with(menuStyle2=new mm_style()){
onbgcolor="#187DC2";
oncolor="#FFFFFF";
offbgcolor="#005298";
offcolor="#ffffff";
bordercolor="#D3E9FD";
borderstyle="solid";
borderwidth=1;
separatorcolor="#D3E9FD";
separatorsize="1";
padding=3;
fontsize="9";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
overfilter = "Alpha(style=0,opacity=93);Shadow(color='#4C71B0', Direction=140, Strength=3)";
}


with(milonic=new menuname("Main Menu")){
style=mainStyle;
top=269;
left="offset=-109";
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("url=index.php;image=menu/menu_home.gif;overimage=menu/menu_home_on.gif;");
aI("url=results.php?type=0;image=menu/menu_pon_nek.gif;overimage=menu/menu_pon_nek_on.gif;");
aI("url=results.php?type=2;image=menu/menu_najam.gif;overimage=menu/menu_najam_on.gif;");
aI("url=results.php?type=1;image=menu/menu_pot_nek.gif;overimage=menu/menu_pot_nek_on.gif;");
aI("url=aboutus.php;image=menu/menu_onama.gif;overimage=menu/menu_onama_on.gif;");
aI("url=contact.php;image=menu/menu_kontakt.gif;overimage=menu/menu_kontakt_on.gif;");
}


with(milonic=new menuname("m_cjenik")){
style=menuStyle;
itemwidth=100;
aI("text=excel datoteka;url=#;");
aI("text=ZIP datoteka;url=#;");
}

drawMenus();

