with(milonic=new menuname("Side Menu")){
alwaysvisible=1;
orientation="vertical";
style=menuStyle2;
position="relative";
aI("text=HOME;url=/index.shtml;");
aI("text=CRIME<br>PREVENTION;showmenu=crimePrevention;url=/CrimePrevention/index.shtml;");
aI("text=PUBLIC<br>RECORDS;url=/PublicRecords/index.shtml;");
aI("text=EMPLOYMENT&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=employment;url=/Employment/index.shtml;");
aI("text=FAQ;url=/FAQ/index.shtml;");
aI("text=ABOUT US;showmenu=aboutUs;url=/AboutUs/index.shtml;");
aI("text=SERVICE FEES;url=/ServiceFees/index.shtml;");
aI("text=QUARTERLY<br>REPORT;showmenu=QUARTERLY;url=/pdf/Current Quarterly Report.pdf;target=new;");
aI("text=OTHER LINKS;url=/OtherLinks/index.shtml;");
aI("text=SITE MAP;url=/SiteMap/index.shtml;");
aI("text=PRESS<br>RELEASES;url=/pressreleases/PRarchive.shtml;");
aI("text=ACTIVE BID<br>LIST;url=/Administration/GeneralServices/NoticeOfBids.shtml;");

aI("text=;");
}

drawMenus();


