_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=110              // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset



with(MainMenuStyle=new mm_style()){
orientation="vertical";
imagepadding="3 0 2 0";
// subimage="/English/Images/Buttons/Arrow_Milonic.gif";
// subimagepadding="2";
}

with(Sub1MenuStyle=new mm_style()){
onbgcolor="#12158A";
oncolor="#ffffff";
offbgcolor="#EDEDED";
offcolor="#515151";
bordercolor="#3D5842";
borderstyle="solid"
borderwidth="1";
separatorcolor="#3D5842";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana, Geneva";
}

with(milonic=new menuname("Main Menu")){
style=MainMenuStyle;
itemheight=20;
top=110;
left=16;
alwaysvisible=1;
aI("text=News & Events;url=/English/News_Events/News_Events.html;");
aI("text=Our Services;url=/English/Services/Services.html;");
aI("text=Our Portfolio;url=/English/Portfolio/Portfolio.html;");
aI("text=Our Partners;url=/English/Company/Partners.html;");
aI("text=Our Staff;url=/English/Company/Staff.html;");
aI("text=About Us;url=/English/Company/About_Us.html;");
}


with(milonic=new menuname("NewsEvents")){
style=Sub1MenuStyle;
top=200;
left=100;
aI("text=Press Releases;url=/English/Collaterals/Press_Releases/PR_Chrono.html;");
aI("text=For the Press;url=/English/News_Events/For_Press.html;");
}


drawMenus();

