_menuCloseDelay=200;
_menuOpenDelay=100;
_subOffsetTop=0;
_subOffsetLeft=1;

//#E4E1D3, #A785D6

with(menuStyle=new mm_style()){
menuwidth="171";bordercolor="#B1A4C1";
borderstyle="solid";
borderwidth=0;fontfamily="Verdana, Arial, Tahoma";
fontsize="70%";
fontstyle="normal";fontweight="normal";headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#6699ff";
offcolor="#ffffff";
onbgcolor="#6699ff";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#ffffff', Direction=135, Strength=1)";
padding=5;
pagebgcolor="#6699ff";
pagecolor="#000000";
separatorcolor="#949A63";
separatorsize=0;
subimage="images/arrow.gif";
subimagepadding=0;
}
with(milonic=new menuname("rl")){
overflow="scroll";
style=menuStyle;
aI("text=Learn about the Resource Library;url=rlindex.asp;")
aI("text=Enter the Library;url=rlhome.asp;")
}
with(milonic=new menuname("education")){
overflow="scroll";
style=menuStyle;
aI("text=Education for Parents;url=parents.asp;")
aI("text=Education for Professionals;url=eduprofessional.asp;")//aI("text=Host a Course;url=host.asp;")
}
with(milonic=new menuname("technology")){
style=menuStyle;aI("showmenu=tes;text=ThresholdES (TES);");
aI("text=EMG BioFeedback;url=**.asp;");aI("text=SEMG - Triggered STIM;url=**.asp;");
}

with(milonic=new menuname("tes")){
style=menuStyle;aI("text=Learn about TES;url=tes.asp;");
aI("text=Ready to start TES;url=ordertes.asp;");aI("text=Home Study Program;url=homestudy.asp;");
}

with(milonic=new menuname("success")){
style=menuStyle;
aI("text=Michelle;url=michelle.asp;");
aI("text=Flannery;url=flannery.asp;");
aI("text=Richard;url=richard.asp;");aI("text=Matthew;url=matthew.asp;");
}
drawMenus();

