fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ffcc66";
oncolor="#CC0000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#CC9900";
pagecolor="#ffffff";
separatorcolor="#999999";
separatorsize=1;

subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=9;
orientation="horizontal";
style=menuStyle;
top=91;
aI("status=Back To Home Page;text=Home Page;url=index.htm;");
aI("status=Welcome from Sensei;text=Welcome from Sensei;url=welcome.htm;");
aI("showmenu=Beginners;text=Beginners;");
aI("showmenu=Come & Train;text=Come & Train;");
aI("showmenu=Mind - Body - Self Defence;text=Mind - Body - Self-Defence;");
aI("showmenu=History & Culture;text=History & Culture;");
aI("showmenu=Contact & Links;text=Contact & Links;");
}

with(milonic=new menuname("Beginners")){
overflow="scroll";
style=menuStyle;
aI("text=Why Kempo?;url=why.htm;")
aI("text=What Can I Expect?;url=what.htm;")
aI("text=Is It Rough?;url=isit.htm;")
aI("text=How Do I Start?;url=how.htm;")

}

with(milonic=new menuname("Come & Train")){
style=menuStyle;
aI("text=Where & When?;url=where.htm;");
aI("text=Costs;url=costs.htm;");
aI("text=Moving Abroad?;url=moving.htm;");
aI("text=Meet the Teachers;url=meet.htm;");

}

with(milonic=new menuname("Mind - Body - Self Defence")){
style=menuStyle;
aI("text=The Three Elements;url=elements.htm;");
aI("text=Healthy Body;url=body.htm;");
aI("text=Healthy Mind;url=mind.htm;");
aI("text=Self-Defence;url=defence.htm;");
}

with(milonic=new menuname("History & Culture")){
style=menuStyle;
aI("text=How Did It Start?;;url=howstart.htm;");
aI("text=Gallery;url=gallery.htm;");
aI("text=Philosophy;url=philosophy.htm;");
}

with(milonic=new menuname("Contact & Links")){
style=menuStyle;
aI("text=Contact;url=contact.htm;");
aI("text=Links;url=links.htm;");
}


drawMenus();

