_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(MenuStyle=new mm_style()){
oncolor="#ffffff";
offbgcolor="#e0e0e0";
offcolor="#333333";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="Normal";
fontfamily="Arial";
pagecolor="white";
pagebgcolor="#707479";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=145, Strength=3)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("SD")){
style=MenuStyle;
left=0
top=-1
aI("onbgcolor=#ffa103;text=About Our Self Defence Services;url=selfdefence.php");
aI("onbgcolor=#ffa103;text=What Is Krav Maga?;url=selfdefencesystems.php#krav");
aI("onbgcolor=#ffa103;text=What Is Brazilian Jiu-Jitsu?;url=selfdefencesystems.php#brazil");
aI("onbgcolor=#ffa103;text=What Is Wing Chun?;url=selfdefencesystems.php#wing");
aI("onbgcolor=#ffa103;text=What Is Muay Thai?;url=selfdefencesystems.php#muay");
aI("onbgcolor=#ffa103;text=Timetable;url=selfdefencetimetable.php");
aI("onbgcolor=#ffa103;text=Locations;url=selfdefencelocations.php");
aI("onbgcolor=#ffa103;text=Frequently Asked Questions (FAQs);url=selfdefencefaqs.php");
}

with(milonic=new menuname("PT")){
style=MenuStyle;
left=0
top=-1
aI("onbgcolor=#31a502;text=About Our Personal Training Services;url=personaltraining.php");
aI("onbgcolor=#31a502;text=Training Tools;url=personaltrainingtools.php");
aI("onbgcolor=#31a502;text=What Are Kettlebells?;url=personaltrainingkettlebells.php");
aI("onbgcolor=#31a502;text=Boxing and Kickboxing for Fitness;url=personaltraining_kickboxing.php"); //added by Megalomedia 31/1/2007
aI("onbgcolor=#31a502;text=Timetable;url=selfdefencetimetable.php");
aI("onbgcolor=#31a502;text=Locations;url=personaltraininglocations.php");
aI("onbgcolor=#31a502;text=Frequently Asked Questions (FAQs);url=personaltrainingfaqs.php");
}

with(milonic=new menuname("Corp")){
style=MenuStyle;
left=0
top=-1
aI("onbgcolor=#e20001;text=About Our Corporate Training Services;url=corporate.php");
aI("onbgcolor=#e20001;text=Corporate Packages;url=corporatepackages.php");
aI("onbgcolor=#e20001;text=Locations;url=corporatelocations.php");
aI("onbgcolor=#e20001;text=Frequently Asked Questions (FAQs);url=corporatefaqs.php");
}

with(milonic=new menuname("BC")){
style=MenuStyle;
left=0
top=-1
aI("onbgcolor=#6501c5;text=About Our Boot Camps;url=bootcamp.php");
aI("onbgcolor=#6501c5;text=How To Enlist;url=bootcampenlist.php");
aI("onbgcolor=#6501c5;text=Packages;url=bootcamppackages.php");
aI("onbgcolor=#6501c5;text=Locations;url=bootcamplocations.php");
aI("onbgcolor=#6501c5;text=Frequently Asked Questions (FAQs);url=bootcampfaqs.php");
}

with(milonic=new menuname("Loca")){
style=MenuStyle;
left=0
top=-1
aI("onbgcolor=#fcbc03;text=What Are Our Locations?;url=locations.php");
}

with(milonic=new menuname("Shop")){
style=MenuStyle;
left=0
top=-1
aI("onbgcolor=#de0000;text=Gen-Tec  Nutrition;url=onlineshop_gentec_nutrition.php");
aI("onbgcolor=#de0000;text=Price List;url=onlineshop.php");
}

drawMenus();