
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="bold";
headerbgcolor="#012E72";
headercolor="#012E72";
offbgcolor="#012E72";
offcolor="#bfd9ff";
onbgcolor="#65cc00";
oncolor="#013686";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#012E72', Direction=135, Strength=3)";
padding=5;
pagebgcolor="";
pagecolor="";
separatorcolor="#65cc00";
separatorsize=1;
subimage="images/nav_main_diamond.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=430;
orientation="horizontal";
style=menuStyle;
top=90;
aI("showmenu=About;text=About HRG;");
aI("showmenu=Products;text=Products & Services;");
aI("showmenu=News;text=News & Events;");
aI("showmenu=Contact;text=Contact Us;");
aI("text=Home;url=index.htm;");
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=Our Companies;url=http://www.hrginc.net/about_companies.htm;")
aI("text=Meet The Team;url=http://www.hrginc.net/about_team.htm;")
aI("text=HRG Clients;url=http://www.hrginc.net/about_clients.htm;")
aI("text=HRG History;url=http://www.hrginc.net/about_history.htm;")

}
with(milonic=new menuname("Products")){
overflow="scroll";
style=menuStyle;
aI("text=Training & Organizational Development ;url=http://www.hrginc.net/sts_training_programs.htm;")
aI("text=Marketing & Communications;url=http://www.hrginc.net/allegis_branding.htm;")
aI("text=Event Planning & Design;url=http://www.hrginc.net/es_creating_events.htm;")


}

with(milonic=new menuname("News")){
overflow="scroll";
style=menuStyle;
aI("text=HRG Business Link;url=http://www.hrginc.net/news_blink.htm;")
aI("text=In the News;url=http://www.hrginc.net/news_press.htm;")
aI("showmenu=pa;text=Planning Ahead;");
aI("text=Event Calendar;url=http://www.hrginc.net/news_events.htm;")

}
drawMenus() // Draw the sub menus first.
with(milonic=new menuname("pa")){
overflow="scroll";
style=menuStyle;
aI("text=Post an Event;url=http://www.hrginc.net/news_pa_post.htm;")
aI("text=View Current Events;url=http://www.hrginc.net/news_pa_view.htm;")
aI("text=Download the Calendar (pdf);url=http://www.hrginc.net/pdf/Planning_Ahead.pdf;")
aI("text=View Guidelines;url=http://www.hrginc.net/news_pa_guidelines.htm;")


}
with(milonic=new menuname("Contact")){
overflow="scroll";
style=menuStyle;
aI("text=Locations & Directions;url=http://www.hrginc.net/contact_location.htm;")
aI("text=Staff Directory;url=http://www.hrginc.net/contact_directory.htm;")

}

drawMenus();


