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;


// Top Menu Style

with(menuStyle=new mm_style()){
fontfamily="Times New Roman,Verdana, Tahoma, Arial";
fontsize="14px";
fontstyle="normal";
fontweight="bold";
offbgcolor="";
offcolor="#23409c";
onbgcolor="";
oncolor="#28685d";
padding=0;
separatorimage='/images/topMenuSeparator.gif';
separatorwidth=28;
}



// Side Menu Style

with(menuStyle2=new mm_style()){
fontfamily="Times New Roman,Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
offbgcolor="";
offcolor="#000000";
onbgcolor="";
oncolor="#28685d";
outfilter="Slide(duration=0.3)";
padding=0;
separatorcolor="#bea164";
separatorsize=1;
separatorpadding=8;
separatorwidth=118;
subimage="/images/arrow_black.gif";
subimagepadding=8;
subimageposition="right";
}


// Side Sub Menu Style

with(menuStyle3=new mm_style()){
bgimage="/images/grad_SideMenu.jpg";
fontfamily="Times New Roman,Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
offbgcolor="";
offcolor="#000000";
onbgcolor="";
oncolor="#28685d";
outfilter="Slide(duration=0.3)";
padding=4;
}


// Sub Menus

with(milonic=new menuname("crimePrevention")){
style=menuStyle3;
aI("text=Programs Available;url=/CrimePrevention/ProgrmasAvailable.shtml;");
aI("text=Other Community Relation Links;url=/CrimePrevention/OtherLinks.shtml;");
aI("text=Computer Cop Info;url=/pdf/ComputerCop.pdf;");
}

with(milonic=new menuname("employment")){
style=menuStyle3;
aI("text=Employment Opportunities;url=/Employment/Opportunities.shtml;");
aI("text=Fringe Benefits;url=/Employment/FringeBenefits.shtml;");
aI("text=Pre-Application;url=/pdf/Job Application Packet.pdf;target=new;");
}

with(milonic=new menuname("aboutUs")){
style=menuStyle3;
aI("text=Sheriff History;url=/AboutUs/SheriffHistory.shtml;");
aI("text=Organizational Chart;url=/pdf/OrgChart091207.pdf;target=new;");
}

with(milonic=new menuname("QUARTERLY")){
style=menuStyle3;
aI("text=Current Report;url=/pdf/current quarterly report.pdf;");
aI("text=Archive Reports;url=/pdf/Newsletterarchive/QRarchive.shtml;");
}


drawMenus();


