


_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // 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="#FF0000";
oncolor="#ffff00";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
padding=2;
fontsize="54%";
fontstyle="Bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ffffff', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(HUFS=new menuname("Menu ch&#237;nh")){
style=menuStyle;
top=25;
left=233;
alwaysvisible=1;
orientation="horizontal";

aI("text=HOME;url=\index.htm");
aI("text=");
aI("text=THE WORLD OF MEDIATION;showmenu=Departments;");
aI("text=");
aI("text=MEDIATION TRAINING;showmenu=Faculties;");
aI("text=");
aI("text=ABOUT US;showmenu=Centers;");
aI("text=");
aI("text=FAQ's;url=\Faq.htm");
aI("text=");
aI("text=CONTACT US;showmenu=Email;");
aI("text=");
}


with(HUFS=new menuname("Departments")){
style=menuStyle;
aI("text=What is Mediation;url=\what_is.htm");
aI("text=How is it different;url=\how_different.htm");
aI("text=Benefits of Mediation;url=\Benefits_mediation.htm");
aI("text=What actually happens in mediation;url=\what_actually.htm");
aI("text=What does it cost;url=\what_does.htm");
aI("text=Case Studies;url=\case_studies.htm");
aI("text=Useful Links;url=\links.htm");
}


with(HUFS=new menuname("Faculties")){
style=menuStyle;
aI("text=Workplace Mediation;url=\workshops.htm");
aI("text=Mediation for Administrators;url=\mediation_administrators.htm");
aI("text=Intro to Mediation;url=\intro_mediation.htm");
aI("text=Building-Course Overview;url=\Building_course_overview.htm");
aI("text=Building a Mediation Business;url=\Building_mediation_business.htm");
}


with(HUFS=new menuname("Centers")){
style=menuStyle;
aI("text=Our People;url=\people.htm");
aI("text=What we Do;url=\what_we_do.htm");
aI("text=Dispute Resolution;url=\dispute_resolution.htm");
aI("text=Areas of specialisation;url=\areas_specialisation.htm");
aI("text=Training Workshops;url=\Training_workshops.htm");
aI("text=Client Feedback;url=\Feedback.htm");
aI("text=Newsletter Subscription;url=\Newsletter.htm");
}


with(HUFS=new menuname("Email")){
style=menuStyle;
aI("text=Our Contact Details;url=\contact.htm");
aI("text=Enquiry form;url=\Form.htm");
}


drawMenus();



