

_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=History & Culture;url=/history_and_culture/index.shtml;status=History/Culture;");
aI("text=Yaqui History;url=/history_and_culture/history/index.shtml;showbmenu=Yaqui History;");
aI("text=Yaqui Culture;url=/history_and_culture/culture/index.shtml;showbmenu=Yaqui Culture;");
aI("text=Yaqui Language;url=/history_and_culture/language/index.shtml;showbmenu=Yaqui Language;");
}

with(milonic=new bmenuname("Yaqui History")){
style=bmenuStyle;
overflow="scroll";
aI("text=Articles;url=/history_and_culture/history/articles.shtml;");
aI("text= Biographies;url=/history_and_culture/history/biographies.shtml;");
aI("text=Photos;url=/history_and_culture/history/gallery1/index.shtml");
aI("text=Rio Yaqui;url=/history_and_culture/history/rio_yaqui/index.shtml");
aI("text=Timeline;url=/history_and_culture/history/timeline.shtml");

}

with(milonic=new bmenuname("Yaqui Culture")){
style=bmenuStyle;
aI("text=Articles;url=/history_and_culture/culture/articles.shtml");
aI("text=Ceremonies;url=/history_and_culture/culture/ceremonies.shtml");
aI("text=Icons & Imagery;url=/history_and_culture/culture/imagery.shtml");
aI("text=Music;url=/history_and_culture/culture/music.shtml");
aI("text=Stories;url=/history_and_culture/culture/stories.shtml");
}

with(milonic=new bmenuname("Yaqui Language")){
style=bmenuStyle;
aI("text=Education;url=/departments/education/index.shtml;");
aI("text=Words for Kinship;url=/history_and_culture/language/index.shtml;");
aI("text=Month Names;url=/history_and_culture/language/months.shtml;");
aI("text=Names of the Body;url=/history_and_culture/language/itom_taka.shtml;");

}

with(milonic=new bmenuname("About US")){
style=bmenuStyle;
aI("text=Employment;url=/scripts/result.asp;");
aI("text=Tribal News;url=/news/index.shtmll;");
}

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();

