

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#F0B887";
oncolor="#006600";
offbgcolor="#FFFFFF";
offcolor="#006600";
bordercolor="#242424";
borderstyle="solid";
borderwidth=1;
separatorcolor="#242424";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontweight="bold"
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
imagepadding="5"
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.1)";
}

with(mainMenuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#006600";
offbgcolor="#FFFFFF";
offcolor="#242424";
bordercolor="#242424";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=1;
fontsize="11";
fontstyle="normal";
fontweight="bold"
fontfamily="Arial, Helvetica, sans-serif";
image="../TSIimages/black_arrow.gif";
overimage="../TSIimages/green_arrow.gif";
imageposition="middle";
}

with(milonic=new menuname("main")){
style=mainMenuStyle;
top=167;
left=479;
alwaysvisible=1;
orientation="vertical";
aI("text=Meet TSI;url=../m_about_us.html;showmenu=meet;");
aI("text=Donate;url=../support.html;");
aI("text=TSI Educational Programs;url=../edu_instructor-led.php;showmenu=educational;");
aI("text=Request Training;url=../request_training.html;");
aI("text=Request Speaker;url=../request_speaker.html;");
aI("text=References;url=../ref_opo.php;showmenu=references;");
aI("text=Event Information;url=../event_calendar.php;showmenu=event;");
aI("text=Related Information;url=../links.php;");
aI("text=Contact Us;url=../contact.html;");
}

with(milonic=new menuname("meet")){
style=menuStyle;
top=167;
left=359;
alwaysvisible=0;
orientation="vertical";
aI("text=~ About Us;url=../m_about_us.html;");
aI("text=~ Mission<br>&nbsp;&nbsp;&nbsp;Statement;url=../m_mission_statement.html;");
aI("text=~ Trustees;url=../m_trustees.html;");
aI("text=~ Professional<br>&nbsp;&nbsp;&nbsp;Advisory Council;url=../m_pac.html;");
aI("text=~ TSI Facilitators;url=../m_facilitators.html;");
aI("text=~ Support TSI;url=../m_support.html;");
}

drawMenus();

with(milonic=new menuname("educational")){
style=menuStyle;
top=199;
left=372;
alwaysvisible=0;
orientation="vertical";
aI("text=~ Instructor Led;url=../edu_instructor-led.php;");
aI("text=~ eLearning;url=../edu_e-learning.html;");
}

drawMenus();

with(milonic=new menuname("references")){
style=menuStyle;
top=249;
left=332;
alwaysvisible=0;
orientation="vertical";
aI("text=~ OPO References;url=../ref_opo.php;");
aI("text=~ School References;url=../ref_schools.php;");
aI("text=~ Business References;url=../ref_business.php;");
}

drawMenus();

with(milonic=new menuname("event")){
style=menuStyle;
top=265;
left=379;
alwaysvisible=0;
orientation="vertical";
aI("text=~ Calendar;url=../event_calendar.php;");
aI("text=~ Event Photos;url=../event_photos.php;");
}

drawMenus();
