
_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="#800000";
oncolor="#ffffff";
offbgcolor="#993333";
offcolor="#ffffff";
separatorcolor="#993333";
separatorsize="0";
padding=8;
fontsize="14";
fontstyle="normal";
fontfamily="Myriad web, Arial";
overfilter="Fade(duration=0.2);Alpha(opacity=85)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#800000";
oncolor="#ffffff";
offbgcolor="#993333";
offcolor="#ffffff";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontfamily="Myriad web, Arial";
overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color='#000000', Direction=120, Strength=8)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=<img src=bullet.gif border=0> Montoya PR;url=index.html;status=Back To Home Page;");
aI("text=<img src=bullet.gif border=0> Practices and Specialties;showmenu=Practices;");
aI("text=<img src=bullet.gif border=0> Portfolio;url=portfolio.htm;status=Our Experience;");
aI("text=<img src=bullet.gif border=0> Contact Us;url=contact.htm;status=Contact Information;");
}

with(milonic=new menuname("Practices")){
style=menuStyle2;
aI("text=Communication Programs;url=communications.htm;");
aI("text=Strategic Planning;url=strategies.htm;");
aI("text=Crisis Management;url=crisismanagement.htm;");
aI("text=Media Relations;url=media.htm;");
aI("text=Community Relations;url=community.htm;");
aI("text=Public Awareness and Other Communication Resources;url=publicawareness.htm;");
aI("text=Legal Support Services;url=legal.htm;");
}

drawMenus();


