// 1st tier Menu





_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="#000000";

oncolor="#ffff00";

offbgcolor="#000000";

offcolor="#ffffff";

bordercolor="#3D685E";

borderstyle="solid";

borderwidth=0;

separatorcolor="#3D685E";

separatorsize="0";

padding=0;

fontsize="75%";

fontstyle="normal";

fontfamily="Arial";

pagecolor="#ffffff";

pagebgcolor="#000000";

headercolor="#ffff00";

headerbgcolor="#000000";

subimage="";

subimagepadding="0";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#000000', Direction=180, Strength=0)";

outfilter="randomdissolve(duration=0.0)";

}





with(milonic=new menuname("Main Menu")){

alwaysvisible=1;
center="offset=0x";
orientation="horizontal";
style=menuStyle;
top="offset=155px";
screenposition="center";

aI("text=About Us;showmenu=About;url=about.php;status=About Us;");

aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=;status=;");

aI("text=Our Programs;showmenu=Our Programs;url=programs.php;status=Our Programs;");

aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hours/Pricing;url=hours.php;status=Hours/Pricing;");

aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;News/Events;url=news.php;status=News/Events;");

aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Photo Gallery;url=photos.php;status=Photo Gallery;");

aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Donations;url=donations.php;status=Donations;");

}




with(milonic=new menuname("About")){

style=menuStyle;

overflow="scroll";

aI("text=VT Golden Gloves;url=golden.php;status=VT Golden Gloves;");
aI("text=USA Boxing;url=usa.php;status=USA Boxing;");
aI("text=Testimonials;url=testimonials.php;status=Testimonials;");
}

with(milonic=new menuname("Our Programs")){

style=menuStyle;

overflow="scroll";

aI("text=Boxing;url=boxing.php;status=Boxing;");
aI("text=Gym Workouts;url=workouts.php;status=Gym Workouts;");
aI("text=One on One;url=oneonone.php;status=One on One;");

}




drawMenus();







