_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="#aaaaaa";
oncolor="#FFFFFF";
offbgcolor="#4e4e4e";
offcolor="#ffffff";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
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=0;
left=259;
alwaysvisible=1;
orientation="horizontal";
aI("url=index.htm;image=img/home.gif;overimage=img/home_on.gif;");
aI("showmenu=conferences;url=conferences.htm;image=img/conferences.gif;overimage=img/conferences_on.gif;");
aI("url=publications.htm;image=img/publications.gif;overimage=img/publications_on.gif;");
aI("url=gallery.htm;image=img/gallery.gif;overimage=img/gallery_on.gif;");
aI("url=contact.htm;image=img/contact.gif;overimage=img/contact_on.gif;");
aI("url=links.htm;image=img/links.gif;overimage=img/links_on.gif;");
}

with(milonic=new menuname("conferences")){
style=menuStyle;
aI("text=Codes in Structural Engineering - Developments and Needs for International Practice;target=blank;url=http://www.iabse.org/conferences/Dubrovnik2010/index.php;padding=5 15 5 15;");
aI("text=Chinese-Croatian joint colloquium on long span bridges;url=china_introduction.htm;padding=5 15 5 15;");
aI("text=Networks for sustainable environment and high quality of life;url=net_welcome.htm;padding=5 15 5 15;");
aI("text=Construction Aspects of Heritage Protection;url=heritage_welcome.htm;padding=5 15 5 15;");
aI("text=Fib 2007;url=dub_welcome.htm;padding=5 15 5 15;");
aI("text=Konferencija: Razvitak Zagreba;target=blank;url=http://www.grad.hr/zagreb/;padding=5 15 5 15;");
}

drawMenus();

