_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0              // 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="#ffffff";
oncolor="#d2eb33";
offbgcolor="#ffffff";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#6F86A8";
separatorsize="0";
padding=0;
fontsize="80%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
itemheight="12";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#324F7A";
overfilter="Fade(duration=0.0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.0)";
}

with(subMenuStyle=new mm_style()){
onbgcolor="#0081c6";
oncolor="#d2eb33";
offbgcolor="transparent";
offcolor="#275870";
bordercolor="#016598";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=3;
fontsize="80%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
image="/images/buttons/xpblank.gif"
//itemheight="2";
onborder="0px solid #016598";
overfilter="Fade(duration=0.1);Alpha(opacity=85);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.0)";
menubgimage="/images/buttons/winxp.gif";
subimage="/images/buttons/arrow.gif";
//onsubimage="/images/element/arrow_down.gif";
}	

with(milonic=new menuname("aboutus")){
style=subMenuStyle;
itemwidth=190;
margin=4;
left="offset=-0";
top="offset=0";
aI("text=Our Programs/Brochures;url=/aboutus/programs.asp;");
aI("text=History;url=/aboutus/history.asp;");
aI("text=Contact Us;url=/aboutus/contactus.asp;");
aI("text=Group Specific Solutions;url=/groupsolutions/;showmenu=groupsolutions");
}

with(milonic=new menuname("groupsolutions")){
style=subMenuStyle;
itemwidth=200;
margin=4;
left="offset=-0";
top="offset=0";
aI("text=Church & Faith-Based Groups;url=/groupsolutions/churchyouth.asp;");
aI("text=Schools & Early Learning;url=/groupsolutions/SchoolsLearning.asp;");
aI("text=Sports Groups;url=/aboutus/precision.asp;");
aI("text=Band Groups;url=/aboutus/programs.asp;");
aI("text=Non Profit;url=/aboutus/programs.asp;");
}




with(milonic=new menuname("customerservice")){
style=subMenuStyle;
itemwidth=150;
margin=4;
left="offset=-0";
top="offset=0";
aI("text=Guarantee;url=/customerservice/guarantee.asp;");
aI("text=Common Questions;url=/customerservice/commonquestions.asp;");
aI("text=Delivery Instructions;url=/customerservice/delivery.asp;");
aI("text=Safety Suggestions;url=/customerservice/safety.asp;");
}



drawMenus();
