_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=1;
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;
top=215;
if (parseInt(navigator.appVersion)>3) {
 if (navigator.appName=="Netscape") {
  var winW = window.innerWidth-16;
  
 }
 if (navigator.appName.indexOf("Microsoft")!=-1) {
 var winW = document.body.offsetWidth-20;

 }
}
left=(winW-775)/2+3;
alwaysvisible=1;
orientation="vertical";
aI("text=About Us;status=About Us;");
aI("text=Employment;url=/aboutus/employment/index.asp;showbmenu=Employment;");
aI("text=Tribal News;url=/aboutus/news/index.shtml;status=Tribal News;");
//aI("text=Projects;url=/aboutus/projects/index.shtml;status=Projects;");
}

with(milonic=new bmenuname("Employment")){
style=bmenuStyle;
overflow="scroll";
aI("text=Job Summary;url=/aboutus/employment/index.asp;");
aI("text=Open Continuous;url=/aboutus/employment/result4.asp;");
aI("text=How to apply;url=/aboutus/employment/apply.shtml");
aI("text=Contact Information;url=/aboutus/employment/index.shtml");


}

with(milonic=new bmenuname("Departments")){
style=bmenuStyle;
aI("text=Attorney General;url=/departments/attorneygeneral/ajindex.shtml");
aI("text=Education;url=/departments/education/index.shtml");
aI("text=Public Defender;url=/departments/publicdefender/pdindex.shtml");
aI("text=Surveillance;url=/departments/surveillance/sindex.shtml");
aI("text=Finance and Operation;url=/departments/finance&operation/index.shtml");
aI("text=Health Services;url=/departments/healthservices/index.shtml;");
aI("text=Public Safety;url=/departments/publicsafety/index.shtml;");
aI("text=Member Services;url=/departments/memberservices/index.shtml;");
aI("text=Internal Audit;url=/departments/internalaudit/index.shtml;");
aI("text=Land Use;url=/departments/landuse/index.shtml;");
}

with(milonic=new bmenuname("Heritage & Culture")){
style=bmenuStyle;
aI("text=History;url=/history_and_culture/history/index.shtml;");
aI("text=Culture;url=/history_and_culture/culture/index.shtml;");
aI("text=Language;url=/history_and_culture/language/kinship.shtml;");

}

with(milonic=new bmenuname("About US")){
style=bmenuStyle;
aI("text=Employment;url=/scripts/result.asp;");
aI("text=Tribal News;url=/news/index.shtml;");
}

with(milonic=new bmenuname("Contact")){
style=bmenuStyle;
aI("text=Contact US;url=/index.shtml;");
aI("text=General Feedback;url=/generalfeedback.shtml;");
aI("text=Webmaster Feedback;url=/webfeedback.shtml;");
}


drawbmenus();


