


_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=2                // Follow scrolling speed
_followRate=0                // Follow scrolling Rate
_subOffsetTop=0               // 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="";
oncolor="";

offbgcolor="";
offcolor="#FFFFFF";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=0;

fontsize="12";

fontstyle="normal";

fontweight="700";

fontfamily="verdana";

pagecolor="white";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);"
outfilter="";
}



with(menuStyle1=new mm_style()){
onbgcolor="#ED7500";
oncolor="#ffffff";
offbgcolor="#88DCFF";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=2;
fontsize="12";
fontstyle="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#82B6D7";headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100));Shadow(color='#000000', Direction=135, Strength=2)";outfilter="";
}

with(milonic=new menuname("products"))
{

style=menuStyle1;

aI("text=Live Tutoring;url=livetutoring.html;");
aI("text=Test Prep;url=testprep.html;");
aI("text=Writing Lab;url=writinglab.html;");
aI("text=Homework help;url=homeworkhelp.html;");
aI("text=Home-School Services;url=homeschool.html;");
aI("text=Academic Support Services;url=academicsupport.html;");
}

with(milonic=new menuname("solutions"))
{

style=menuStyle1;

aI("text=Students&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=students.html;");
aI("text=Parents;url=parents.html;");
aI("text=Teachers;url=teachers.html;");
aI("text=Administrators;url=administrators.html;");
}

with(milonic=new menuname("approach"))
{

style=menuStyle1;

aI("text=Inspire&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=inspire.html;");
aI("text=Nurture;url=nurture.html;");
aI("text=Challenge;url=challenge.html;");
aI("text=Succeed;url=succeed.html;");

}

drawMenus();



