_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Microsoft Sans Serif";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
image="images/dots9.gif";
offbgcolor="#9F9F9F";
offcolor="White";
onbgcolor="#00AAFF";
oncolor="#ffffff";
padding="9";
pagecolor="White";
separatorcolor="Silver";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="180";
}

with(submenuStyle=new mm_style()){
bordercolor="#214865";
borderstyle="solid";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="White";
offcolor="Black";
onbgcolor="#214865";
oncolor="White";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=.././;");
aI("text=News;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Bradenton News;target=;url=../news/bradenton-news/;");
aI("text=Herald Tribune;target=;url=../news/herald-tribune/;");
aI("text=ABC 7 Suncoast News;target=;url=../news/abc-7-suncoast-news/;");
aI("text=Consumer Justice Attorney;target=;url=../news/consumer-justice-attorney/;");
aI("text=Harris Law Firm;target=;url=../news/harris-law-firm/;");
aI("text=Truck Accident Lawyer;target=;url=../news/truck-accident-lawyer/;");
aI("text=Auto Accident Lawyer;target=;url=../news/auto-accident-lawyer/;");
aI("text=Swimming Pool Accident Lawyer;target=;url=../news/swimming-pool-accident-lawyer/;");
aI("text=Motorcycle Accident Lawyer;target=;url=../news/motorcycle-accident-lawyer/;");
}


 drawMenus();

