


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
//onbgcolor="#4F8EB6";
oncolor="#FFCC33";
//offbgcolor="#DCE9F0";
offcolor="#FFFFFF";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=0;
//separatorcolor="#2D729D";
//separatorsize="1";
padding=2;
fontsize="13";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="../img/scriptimg/arrowdn.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuSub1Style=new mm_style()){
onbgcolor="#FFCC33";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="13";
fontstyle="normal";
fontweight="bold";
fontfamily="Helvetica";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="../img/scriptimg/arrow.gif";
//subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuSub2Style=new mm_style()){
onbgcolor="#8C8C8C";
oncolor="#000000";
offbgcolor="#666666";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="9";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="arrow.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuSub3Style=new mm_style()){
onbgcolor="#727464";
oncolor="#FFFFFF";
offbgcolor="#A7AA92";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="9";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="arrow.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("units")){
style=menuSub1Style;
itemwidth=150;
aI("text=packs;url=downloads/CUBMASTERS-2009-10.pdf; target=_blank;");
aI("text=pack committee chairman;url=downloads/PACK_COMMITTEE_CHAIRMAN.pdf; target=_blank;");
aI("text=troops;url=downloads/SCOUTMASTERS_2009-10.pdf; target=_blank;");
aI("text=troop committee chairman;url=downloads/TROOP_COMMITTEE_CHAIRMAN.pdf; target=_blank;");
//aI("text=commissioners;url=http://www.btbsa.org/packs.htm;");
//aI("text=committees;url=http://www.btbsa.org/packs.htm;");
}

with(milonic=new menuname("links")){
style=menuSub1Style;
itemwidth=125;
aI("text=general;url=http://www.btbsa.org/general_links.htm;");
aI("text=for scouts;url=http://www.btbsa.org/scout_links.htm;");
aI("text=for parents;url=http://www.btbsa.org/parent_links.htm;");

}


with(milonic=new menuname("training")){
style=menuSub1Style;
itemwidth=90;
aI("text=general;url=http://www.btbsa.org/general_training.htm;");
aI("text=online;url=http://www.btbsa.org/online_training.htm;");
}


with(milonic=new menuname("camping")){
style=menuSub1Style;
itemwidth=90;
aI("text=events;url=http://www.btbsa.org/general_camping.htm;");
aI("text=maps;url=http://www.btbsa.org/maps_camping.htm;");
}

with(milonic=new menuname("events")){
style=menuSub1Style;
itemwidth=150;
aI("text=2010 calendar;url=downloads/2010BT_Calendar.pdf;target=_blank");
aI("text=annual events;url=http://www.btbsa.org/general_events.htm;");
aI("text=2010 Day Camp - 5 Lakes;url=http://www.btbsa.org/daycamp.htm;");
//aI("text=special events;url=http://www.btbsa.org/special_events.htm;");
}



drawMenus();

