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="#000000";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#000000";
headercolor="#ffffff";
//itemwidth=140;
margin=0;
//alignment="center";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#6699FF";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#000000', Direction=135, Strength=0)";
padding=6;
pagebgcolor="#000000";
pagecolor="#6699FF";
separatorcolor="#000000";
separatorsize=1;
//subimage="arrow.gif";
//subimagepadding=0;
}

with(milonic=new menuname("main")){
alwaysvisible=1;
followscroll=0;
left=0;
orientation="horizontal";
screenposition="center"; //top, left or center and top, middle or bottom
//itemwidth=130;
align="center";
style=menuStyle;
top=138;
//aI("text=&nbsp;&nbsp;HOME&nbsp;&nbsp;;url=index.html;");
aI("text=&nbsp;&nbsp;HOME&nbsp;&nbsp;;url=index.htm;");
aI("text=&nbsp;&nbsp;ABOUT&nbsp;US&nbsp;&nbsp;;showmenu=about;url=about.htm");
aI("text=&nbsp;ADVISOR&nbsp;TEAM&nbsp;;url=advisors.htm;showmenu=advisors;");
aI("text=&nbsp;&nbsp;SERVICES&nbsp;&nbsp;;url=services.htm;showmenu=services;");
aI("text=&nbsp;&nbsp;CLIENT&nbsp;BASE&nbsp;&nbsp;;url=client-base.htm;showmenu=client-base;");
aI("text=&nbsp;&nbsp;PUBLICATIONS&nbsp;&nbsp;;url=publications.htm");
aI("text=&nbsp;&nbsp;CONTACT&nbsp;US&nbsp;&nbsp;;url=contact.htm");

//aI("showmenu=MyMilonic;text=My Milonic;");
}

with(menuStyleSub=new mm_style()){
bordercolor="#222222";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#00348D";
oncolor="#ffffff";
outfilter="fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#000000', Direction=135, Strength=0)";
padding=7;
pagebgcolor="#000000";
pagecolor="#6699FF";
separatorcolor="#333333";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("about")){
overflow="scroll";
itemwidth=165;
style=menuStyleSub;
aI("text=COMPANY BACKGROUND;url=background.htm;")
//aI("text=ADVISOR&nbsp;TEAM;url=advisors.htm;showmenu=advisors;")
}

with(milonic=new menuname("advisors")){
overflow="scroll";
itemwidth=190;
style=menuStyleSub;
aI("text=TIMOTHY J. KARES;url=advisor-timothy-kares.htm;")
//aI("text=TOBY GORDON, SC.D.;url=advisor-toby-gordon.htm;")
//aI("text=STEPHEN K. GILES;url=advisor-stephen-giles.htm;")
//aI("text=BRETT D. MEYERS, M.D. M.S.;url=advisor-brett-meyers.htm;")
aI("text=OTHER PROFESSIONALS;url=advisors-other.htm;")

//aI("text=XXX XXXX;url=xxx-xxx.htm;")
}

with(milonic=new menuname("services")){
overflow="scroll";
itemwidth=260;
style=menuStyleSub;
aI("text=STRATEGIC PLANNING &amp; DEVELOPMENT;url=serv-strategic-planning-development.htm;")
aI("text=ACADEMIC SERVICES;url=serv-academic-services.htm;")
aI("text=INTERNATIONAL HEALTHCARE DEVELOPMENT;url=serv-international-healthcare-development.htm;")

aI("text=CLINICAL PROGRAM DELIVERY;url=serv-clinical-program-delivery.htm;")
aI("text=MEDICAL GROUP MANAGEMENT;url=serv-medical-group-management.htm;")
aI("text=TECHNOLOGY &amp; SYSTEMS;url=serv-technology-systems.htm;")
aI("text=PAYER RELATIONS;url=serv-payer-relations.htm;")
aI("text=PERFORMANCE IMPROVEMENT;url=serv-performance-improvement.htm;")

}

with(milonic=new menuname("client-base")){
overflow="scroll";
itemwidth=160;
style=menuStyleSub;
aI("text=CLIENT DESCRIPTION;url=client-description.htm;")
aI("text=SERVICE EXAMPLES;url=service-examples.htm;")
}

drawMenus();

