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="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Benquiat, Tahoma, Lucida Fax";
fontsize="80%";
fontstyle="normal";
fontweight='bold';
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ede9e7";
offcolor="#000000";
onbgcolor="#405faf";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=75)";
padding=4;
pagebgcolor="#405faf";
pagecolor="#FFFFFF";
separatorcolor="#eeeeee";
separatorpadding=4;
separatorsize=0;
separatorwidth=0;
subimagepadding=0;
}

with(tcbg=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
position="relative";
style=menuStyle;
top=10;
aI("text=Home;url=home.html;");
aI("showmenu=About Us;text=About Us;");
aI("showmenu=Approach;text=Approach;");
aI("showmenu=Focus;text=Focus;");
aI("showmenu=Resource Center;text=Resource Center;");
aI("showmenu=Website Services;text=Website Services;");
aI("text=Contact Us;url=contact.html;");
aI("showmenu=International Major Medical;text=International Major Medical;");
}

with(tcbg=new menuname("About Us")){
overflow="scroll";
style=menuStyle;
aI("text=Management Team;url=ofcr.html;")
aI("text=History;url=history.html;")
aI("text=Why use The Cohen Benefits Group;url=whytcbg.html;")
aI("text=The CBG Online Brochure;url=pdf/CBG BROCHURE.pdf;")
aI("text=Press Releases;url=pr.html;")

}

with(tcbg=new menuname("Approach")){
style=menuStyle;
aI("text=Something Beneficial for Everyone;url=sbe.html;");
aI("text=Part of Your Team;url=partteam.html;");
}

with(tcbg=new menuname("Focus")){
style=menuStyle;
aI("text=Announcement;url=pdf/2010 Marketing Piece Cohen_Benefits_1.pdf;");
aI("text=Delivering Innovative Solutions;url=delsol.html;");
aI("text=The Cutting Edge;url=tce.html;");
}

with(tcbg=new menuname("Resource Center")){
style=menuStyle;
aI("text=SHRM 2009 Presentation;url=pdf/SHRM 2009 Speech Final Version-in SHRM format.pdf;target='blank';");
aI("text=Wellness Programs;url=pdf/Getting your health plan in shape - Web Site Version.pdf;target='blank';");
aI("text=Human Resource Center;url=hrc.html;");
aI("text=Medical Resource Center;url=mrc.html;");
aI("text=Retirement Resource Center;url=rrc.html;");
aI("text=Privacy Notice;url=pdf/privacy%20notice.pdf;");
}

with(tcbg=new menuname("Website Services")){
style=menuStyle;
aI("text=Sample - Demo Site;url=../demo/index.html;target='blank';");
}

with(tcbg=new menuname("International Major Medical")){
style=menuStyle;
aI("text=International Insurance;url=https://www.worldtrips.com/quotes/default.asp?referid=24689;");
aI("text=Short Term Medical;url=https://www.worldtrips.com/quotes/stm/secure/AgentGateway.aspx?agentid=24689;");
}

drawMenus();


