_menuCloseDelay=500;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Calibri;";
fontsize=13;
fontweight="bold"
fontstyle="normal";
itemheight=10;
offcolor="#D2D8E3";
oncolor="#FFFFFF";
onbgcolor="";
offbgcolor="";
decoration='none';
ondecoration='none';
separatorcolor="#455F98";
separatorsize=1;
offclass="mmpadding";
onclass="mmpadding";
}

with(SubmenuStyle=new mm_style()){
fontfamily="Calibri;";
fontsize=12;
fontweight="normal"
fontstyle="normal";
itemheight=10; 
separatorsize=1;
separatorcolor="#C0E5F0";
borderwidth=1;
borderstyle="solid";
bordercolor="#C0E5F0";
offcolor="#D2D8E3";
offbgcolor="#344C80";
oncolor="#000000"; 
onbgcolor="#FFFFFF"; 
decoration='none';
ondecoration='none';
//image="images/arrow_r_brown.gif";
//overimage="images/arrow_r_orange.gif";
imagepadding=5;
align="left";
offclass="mmpadding_sub";
onclass="mmpadding_sub";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
orientation="horizontal";
alwaysvisible=1;
position="relative";

aI("showmenu=Why Choose TSTN?;text=Why Choose TSTN?;url=whychoosetstn.html;");
aI("showmenu=Meet the Tutors;text=Meet the Tutors;url=#;");
aI("showmenu=Subjects Covered;text=Subjects Covered;url=#;");
aI("showmenu=Request Our Services;text=Request Our Services;url=#;oncolor=#FFFFFF;offcolor=#FFFFFF;");

}

with(milonic=new menuname("Meet the Tutors")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Humanities Tutors;text=Humanities and Social Science Tutors;url=humanities.html;");
aI("showmenu=Science Tutors;text=Science Tutors;url=science_tutors.html;");
aI("showmenu=Engineering Tutors;text=Engineering Tutors;url=engineering_tutors.html;");
aI("showmenu=Business Tutors;text=Business, Commerce, and Economics Tutors;url=business_commerce.html;");
aI("showmenu=Language Tutors;text=Language Tutors;url=language_tutors.html;");
aI("showmenu=Ontario Certified Teachers;text=Ontario Certified Teachers;url=certified_teachers.html;");
}

with(milonic=new menuname("Subjects Covered")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Humanities Science;text=Humanities and Social Science;url=humanities_and_social_science.html;");
aI("showmenu=Sciences;text=Sciences;url=science_subjects.html;");
aI("showmenu=Engineering;text=Engineering;url=engineering_subjects.html;");
aI("showmenu=Business;text=Business, Commerce, and Economics;url=business_commerce_subject.html;");
aI("showmenu=Language;text=Languages;url=languages.html;");
aI("showmenu=Standardized Tests and Courses;text=Standardized Tests and Courses;url=standardized_tests.html;");
aI("showmenu=Elementary;text=Elementary and High School;url=elementary.html;");
}

with(milonic=new menuname("Request Our Services")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
//aI("showmenu=Register For Class;text=Register For Class;url=register_class.html;");
aI("showmenu=RequestTutoringService;text=&nbsp;Request Tutoring Service;url=#;image=images/sm_b.gif;overimage=images/sm_b_on.gif;pointer=default;imageposition=right;");
//aI("showmenu=Request Translation Service;text=Request Translation //Service;url=request_translation_service.html;");
//aI("showmenu=RequestInterpreterService;text=&nbsp;Request Interpreter //Service;url=#;image=images/sm_b.gif;overimage=images/sm_b_on.gif;pointer=default;imageposition=right;");
}

with(milonic=new menuname("RequestTutoringService")){
style=SubmenuStyle;
aI("text=In-Person Tutoring;url=in_person_tutoring.html;")
aI("text=Telephone Tutoring;url=telephone_tutoring.html;")
aI("text=Online Tutoring;url=online_tutoring.html;")
}

//with(milonic=new menuname("RequestInterpreterService")){
//style=SubmenuStyle;
//aI("text=On-Site Interpreter;url=on_site_interpreter.html;")
//aI("text=Telephone Interpreter;url=telephone_interpreter.html;")
//aI("text=Online Interpreter;url=online_interpreter.html;")
//}

drawMenus();
