

_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;
alwaysvisible=1;
orientation="vertical";

aI("text=Government:;url=/government/index.shtml;status=Government;");
aI("text=Tribal Council;url=/government/tribalcouncil/index.shtml;showbmenu=Tribal Council;");
aI("text=Yaqui Enterprises;url=/government/enterprises/index.shtml;showbmenu=Yaqui Enterprises;");



}

with(milonic=new bmenuname("Yaqui Enterprises")){
style=bmenuStyle;
overflow="scroll";
aI("text=Casino of the Sun;url=/government/enterprises/casinoofthesun.shtml;");
aI("text=Casino Del Sol;url=/government/enterprises/casinodelsol.shtml;");
aI("text=AVA;url=/government/enterprises/ava.shtml");
}

with(milonic=new bmenuname("Tribal Council")){
style=bmenuStyle;
aI("text=From the Chairman;url=/government/tribalcouncil/message.shtml");
aI("text=Tribal Agenda;url=/government/tribalcouncil/tribal_agendal2005.shtml");
aI("text=Contact Info;url=/government/tribalcouncil/contact.shtml");


}

drawbmenus();

var bccategory = 'Government';
var bccategorylink = '/government/index.shtml';

