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=42;
_subOffsetLeft=-2;




with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}


with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="arial";
fontsize="14";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#acdf3a";
offcolor="#000000";
onbgcolor="#313131";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color=#777777', Direction=135, Strength=8)";
padding=3;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
style=AllImagesStyle;
top=79;
center=20

aI("image=menu_00.jpg;overimage=menu_00.jpg;");
aI("image=menu_new01.jpg;overimage=menu_new01.jpg;showmenu=company;");
aI("image=menu_new02.jpg;overimage=menu_new02.jpg;showmenu=services;");
aI("image=menu_new03.jpg;overimage=menu_new03.jpg;showmenu=testimonials;");
aI("image=menu_new04.jpg;overimage=menu_new04.jpg;showmenu=media;");
aI("image=menu_new05.jpg;overimage=menu_new05.jpg;showmenu=links;");
aI("image=menu_new06.jpg;overimage=menu_new06.jpg;url=testimonials.htm;");
aI("image=menu_new07.jpg;overimage=menu_new07.jpg;url=contact.htm;");

}

with(milonic=new menuname("company")){
overflow="scroll";
style=menuStyle;
aI("text=A profile;url=profile.htm;");
aI("text=Teachings;url=teachings.htm;");
}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Yoga Workshops ;url=corp_workshop_corpyoga.htm;");
aI("text=Life Skills Training;url=life_skills.htm;");
}

with(milonic=new menuname("testimonials")){
style=menuStyle;
aI("text= Articles;url=articles.htm;");
aI("text=Quotes;url=quotes.htm;");
aI("text=Downloads & Links;url=downloads.htm;");
aI("text=Inspiration;url=inspiration.htm;");
}


with(milonic=new menuname("media")){
style=menuStyle;
aI("text=Event Schedule;url=events.htm;");
aI("text=Archives;url=archives.htm;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=Gallery;url=gallery.htm;");
aI("text=Audio Clips;url=audio.htm;");
aI("text=Video Clips;url=video.htm;");
}



drawMenus();


