


_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(menuStyle1=new mm_style()){
onbgcolor="#E13239";
oncolor="#FFFFFF";
offbgcolor="#E13239";
offcolor="#000000";
bordercolor="#E13239";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial";
pagecolor="#FFFFFF";
pagebgcolor="#E13239";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif"; 
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="#E13239";
oncolor="#FFFFFF";
offbgcolor="#E13239";
offcolor="#000000";
bordercolor="#E13239";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial";
pagecolor="#FFFFFF";
pagebgcolor="#E13239";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(new menuname("Main Menu")){
style=menuStyle;
itemwidth=83;
itemheight=12;
top=125;
left=10;
alwaysvisible=1;
orientation="horizontal";
menuwidth=746;

aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Home;url=http://www.salvationarmytampa.org;");

aI("text=How You Can Help;showmenu=How You Can Help;");


}

with(milonic=new menuname("How You Can Help")){
style=menuStyle1;
itemwidth=170;
itemheight=12;

aI("text=Volunteer;url=index.cfm?fuseaction=volunteer.activities;");
}

drawMenus();

