fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=420;
_subOffsetTop=2;
_subOffsetLeft=-2;



with(menuStyle=new mm_style()){
align="center"
bordercolor="#1F548A"; //aqua
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Tahoma, Verdana";
fontsize="9pt";
fontstyle="normal";
offbgcolor="#1F548A";
offcolor="#ffffff";
onbgcolor="#A0C0E2"; //light blue
oncolor="#ffffff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#ffffff', Direction=100, Strength=0)";
padding=4;
pagebgcolor="#A0C0E2";
separatorcolor="#1F548A";
separatorsize=0;
subimagepadding=2;
margin=0;
}


with(submenuStyle=new mm_style()){
align="left"
bordercolor="#A0C0E2";  //light blue
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Tahoma, Verdana";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#1F548A";  //dark blue
offcolor="#ffffff";
onbgcolor="#A0C0E2";
oncolor="#ffffff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#ffffff', Direction=100, Strength=0)";
padding=3;
pagebgcolor="#A0C0E2";
separatorcolor="#A0C0E2";
separatorsize=0;
margin=0;
}

with(milonic=new menuname("Who")){
overflow="scroll";
style=submenuStyle;
aI("text=Our Mission;url=who_mission.htm;");
aI("text=About Wescott;url=who_about.htm;");
aI("text=Our Professionals;url=who_pros.htm;");
aI("text=Media;url=who_media.htm;");
aI("text=FAQs;url=who_faqs.htm;");
}



with(milonic=new menuname("Services")){
overflow="scroll";
style=submenuStyle;
aI("text=Family Office and Wealth Management;url=services_family.htm;")
aI("text=Portfolio Management;url=services_port.htm;")
aI("text=Investment Research Group;url=services_invest.htm;")
aI("text=Sub-Advisor;url=services_advisor.htm;")
}


with(milonic=new menuname("Clients")){
style=submenuStyle;
aI("text=Individuals;url=clients_individuals.htm;");
aI("text=Foundations and Endowments;url=clients_foundations.htm;");
aI("text=Pension Funds and 401ks;url=clients_pension.htm;");
aI("text=Strategic Alliances;url=clients_alliances.htm;");
}

with(milonic=new menuname("Value")){
style=submenuStyle;
aI("text=Process;url=value_process.htm;");
aI("text=A History of Our Advice;url=value_history.htm;");
aI("text=Case Studies;url=value_casestudies.htm;");
aI("text=Wescott Life eLetter;url=pdf/wescott_life_1.pdf;target=_blank;");
aI("text=Articles;url=value_articles.htm;");
}

//with(milonic=new menuname("CliCenter")){
//style=submenuStyle;
//aI("text=Library;url=/offices/office21.html;");
//aI("text=Wescott Events;url=/offices/office26.html;");
//aI("text=Performance Information;url=/offices/office15.html;");
//aI("text=Links;url=/offices/office16.html;");
//}

with(milonic=new menuname("Contact")){
style=submenuStyle;
aI("text=Becoming a Wescott Client;url=contact_client.htm;");
aI("text=Establishing an Alliance;url=contact_alliance.htm;");
aI("text=Careers;url=contact_careers.htm;");
aI("text=Our Offices;url=contact_offices.htm;");
}

drawMenus();

