fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=50;
_subOffsetTop=2;
_subOffsetLeft=-2;
_buildAllMenus=true;


with(XPMainStyle=new mm_style()){
bordercolor="#000099";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="100%";
fontstyle="normal";
fontweight="normal";
offbgcolor="#ffa500";
offcolor="#000000";
onbgcolor="#ffeec2";
onborder="1px solid #000080";
oncolor="#000099";
subimage="images/arrow.gif";
padding=3;
subimagepadding=3;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=4;
top=108;
itemheight=20;
itemwidth=130;
margin=4;
followscroll=1;
//orientation="horizontal";
style=XPMainStyle;
aI("text=HOME;align=center;title=Click Here to go to the HOME PAGE;url=index.htm;");
aI("imageposition=middle;text=Mat Classes;align=center;title=Click Here for details of MAT CLASSES;url=matclasses.htm;");
aI("text=Studio Sessions;align=center;title=Click Here for details of STUDIO SESSIONS;url=studiosessions.htm;");
aI("text=The Studio;align=center;title=Click Here for details of THE STUDIO;url=studio.htm;");
aI("text=Opening Times;align=center;title=Click Here for details of OPENING TIMES;url=openingtimes.htm;");
aI("text=Directions;align=center;title=Click Here for details of DIRECTIONS;url=directions.htm;");
aI("text=Charges;align=center;title=Click Here for details of CHARGES;url=prices.htm;");
aI("text=Karen Smith;align=center;title=Click Here for information about KARREN SMITH;url=karen.htm;");
aI("text=Contact Us;align=center;title=Click Here for CONTACT DETAILS;url=contact.htm;");
aI("text=F. A. Q.;align=center;title=Click Here for FREQUENTLY ASKED QUESTIONS;url=faq.htm;");
aI("text=Books;align=center;title=Click Here for INFORMATION ABOUT KAREN'S BOOKS;url=books.htm;");
aI("text=Links;align=center;title=Click Here For Some Other Web Sites You May Find Interesting;url=links.htm;");
aI("text=Client Comments;align=center;title=Click Here forCLIENT COMMENTS;url=clients.htm;");
//aI("text=HELP;align=center;title=Click Here for HELP;url=http://www.childofbones.com/help1.htm;");
}

drawMenus();

