_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="ridge";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
fontweight="normal";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#fcedcf";
offcolor="#006666";
onbgcolor="#e6cc9b";
oncolor="#006666";
onsubimage="arrow.gif";
padding=6;
pagecolor="black";
separatorcolor="#000000";
separatorsize=0;
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#99ccff";
borderstyle="ridge";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#fcedcf";
offcolor="#006666";
onbgcolor="#e6cc9b";
oncolor="#006666";
onsubimage="arrow.gif";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
subimage="arrow.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=30;
orientation="vertical";
itemwidth=100;
style=menuStyle;
top=175;
aI("showmenu=home;status=Back to our homepage;text=Home;url=home.htm;");
aI("showmenu=corporate;status=More about Tsela;text=Corporate Info;url=corporate_info.htm;");
aI("showmenu=services;status=More about our service delivery;text=Services;url=services.htm;");
aI("showmenu=courses;status=More information on our courses;text=Course Info;");
aI("showmenu=events;status=Training Schedule;text=Training Schedule;url=events.htm;");
aI("showmenu=news;status=Click here for the latests news;text=News;url=news.htm;");
aI("showmenu=forms;status=Download your forms here;text=Download Enrolment Forms;url=forms.htm;");
aI("showmenu=photos;status=Training methodology;text=Training methodology;url=photos.htm;");
aI("showmenu=clients;status=A list of our associates & clients;text=Associates & Clients;url=clients.htm;");
aI("showmenu=contact;status=Contact us;text=Contact;url=contact.htm;");
}

with(milonic=new menuname("courses")){
margin=5;
style=submenuStyle;
aI("text=Assessor;url=courses_assessors.htm");
aI("text=Moderator;url=courses_moderators.htm");
aI("text=Design;url=courses_design.htm");
aI("text=Enrolment form;url=forms.htm");
}

with(milonic=new menuname("photos")){
margin=5;
style=submenuStyle;
aI("text=Photos;url=photos.htm;");
}

drawMenus();

