

_bmenuCloseDelay=500           // The time delay for bmenus to remain visible on mouse out
_bmenuOpenDelay=150            // The time delay before bmenus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=10              // Sub bmenu top offset
_subOffsetLeft=-10            // Sub bmenu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(bmenuStyle=new mm_style()){
onbgcolor="#999999";
oncolor="#ffffff";
offbgcolor="#B9CED5";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="70%";
fontstyle="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="";
pagebgcolor="#B9CED5";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="/images/v3/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#ffffff', Direction=130, Strength=5)";
outfilter="randomdissolve(duration=0.1)";
}
with(milonic=new bmenuname("Main bmenu")){
style=bmenuStyle;
alwaysvisible=1;
orientation="vertical";
aI("text=Departments:;url=/departments/index.shtml;status=Departments;");
aI("text=Attorney General;url=/departments/attorneygeneral/index.shtml;status=Attorney General;");
aI("text=Education;url=/departments/education/index.shtml;status=Education;");
aI("text=Economic Development;url=/departments/developmentservices/index.shtml;status=Economic Development;");
aI("text=Facilities Management;url=/departments/facilities/index.shtml;status=Facilities Management Division;");
aI("text=Finance and Operation;url=/departments/finance&operation/index.shtml;showbmenu=Finance and Operation;");
aI("text=Health Services;url=/departments/healthservices/index.shtml;showbmenu=Health Services;");
aI("text=Internal Audit;url=/departments/internalaudit/index.shtml;status=Internal Audit;");
aI("text=Land Use;url=/departments/landuse/index.shtml;status=Land Use;");
aI("text=Member Services;url=/departments/memberservices/index.shtml;showbmenu=Member Services;");
aI("text=Prosecutor Office;url=/departments/prosecutor/index.shtml;status=Prosecutor Office;");
aI("text=Public Defender;url=/departments/publicdefender/index.shtml;status=Public Defender;");
aI("text=Public Safety;url=/departments/publicsafety/index.shtml;showbmenu=Police Sub-Web;");
aI("text=Radio Station;url=/departments/radiostation/index.shtml;status=Radio Station;");
//aI("text=Surveillance;url=/departments/surveillance/index.shtml;status=Surveillance;");
aI("text=T.E.R.O;url=/departments/tero/index.shtml;status=T.E.R.O;");
}
with(milonic=new bmenuname("Finance and Operation")){
style=bmenuStyle;
overflow="scroll";
aI("text=Information Technology;url=/departments/finance&operation/it/index.shtml;");
aI("text=Procurement Department;url=/departments/finance&operation/procurement/index.shtml;");
aI("text=Grant and Contracts;url=/departments/finance&operation/grant/index.shtml");
}
with(milonic=new bmenuname("Health Services")){
style=bmenuStyle;
aI("text=Tribal Health;url=/departments/healthservices/tribalhealth/index.shtml");
aI("text=Behavioral Health;url=/departments/healthservices/behavioral/index.shtml");
aI("text=Guadalupe Health;url=/departments/healthservices/guadalupe/index.shtml");
}
with(milonic=new bmenuname("Public Safety")){
style=bmenuStyle;
aI("text=Police Department;url=/departments/publicsafety/police/index.shtml;");
}
with(milonic=new bmenuname("Member Services")){
style=bmenuStyle;
aI("text= Enrollment ;url=/departments/memberservices/enrollment/index.shtml;");
aI("text=Senior Center;url=/departments/memberservices/seniorcenter/index.shtml;");
}
with(milonic=new bmenuname("Contact")){
style=bmenuStyle;
aI("text=Contact US;url=/contact.shtml;");
aI("text=General Feedback;url=/generalfeedback.shtml;");
aI("text=Webmaster Feedback;url=/webfeedback.shtml;");
}
drawbmenus();

