


_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow2.JPG";
subimagepadding="0";

outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;

alwaysvisible=1;
orientation="horizontal";

aI("image= images/A5.jpg;url=index.html;status=HOME;");
aI("image= images/A1.jpg;url=divergent_company.html;status=Home;");
//aI("image= images/A3.jpg;;showmenu=Product;");
aI("image= images/A4.jpg;url=divergent_contactus.html;status=Contact Us;");

}

with(milonic=new menuname("Product")){
style=menuStyle;
overflow="scroll";
aI("text=Job Listings;url=divergent_executivesearch.html;");
aI("text=Submit Resume;url=divergent_executivesearch_submitresume.html;");
aI("text=Employers;url=divergent_employers.html;");



}


drawMenus();

