

_menuCloseDelay=400        // The time delay for menus to remain visible on mouse out
_menuOpenDelay=200      // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#95575F";
oncolor="#FFFFFF";
offbgcolor="#000000";
offcolor="#FEEEFA";
bordercolor="#000000";
borderstyle="solid";
borderwidth=5;
separatorcolor="#000000";
separatorsize="5";
padding=5;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, sans-serif";
pagecolor="#FFFFFF";
pagebgcolor="#000000";
headercolor="#FFCC00";
headerbgcolor="#000000";
subimage="http://jadetiger.com/academy/httpdocs/images/arrowwhiteright.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);";
outfilter="Fade(duration=0.2)";
}

mainMenuStyle=new copyOf(menuStyle)
mainMenuStyle.subimage="http://jadetiger.com/academy/httpdocs/images/arrowwhitedown.gif";


with(milonic=new menuname("Quick Links")){
style=menuStyle;
overflow="scroll";
aI("text=Home Page;url=http://ladylayne.com/index.htm;");
aI("text=Contact Info;url=http://ladylayne.com/contactinfo.htm;");
aI("text=Application;url=http://ladylayne.com/application1.htm;");
aI("text=Resource Links;url=http://ladylayne.com/resourcelinks.html;");
aI("text=Information Request;url=http://ladylayne.com/inforequest.html;");
}

with(milonic=new menuname("School")){
style=menuStyle;
overflow="scroll";
aI("text=What We Do;url=http://ladylayne.com/whatwedo.htm;");
aI("text=About the Founder;url=http://ladylayne.com/aboutfounder.htm;showmenu=Butterfly");
aI("text=Testimonials I;url=http://ladylayne.com/testimonials1.htm;");
aI("text=Application;url=http://ladylayne.com/application1.htm;");
aI("text=Resource Links;url=http://ladylayne.com/resourcelinks.html;");
aI("text=Information Request;url=http://ladylayne.com/inforequest.html;");
}

with(milonic=new menuname("Image")){
style=menuStyle;
overflow="scroll";
aI("text=Fashion & Image;url=http://ladylayne.com/ourfashion.htm;");
aI("text=Image Consulting;url=http://ladylayne.com/ourfashion.htm;showmenu=Image Consulting");
aI("text=Image Courses;url=http://ladylayne.com/professionalimage.htm;");
aI("text=Tuition and Fees;url=http://ladylayne.com/tuition1.htm;");
aI("text=Application;url=http://ladylayne.com/application2.htm;");
aI("text=Testimonials III;url=http://ladylayne.com/testimonials3.htm;");
}

with(milonic=new menuname("Makeup")){
style=menuStyle;
aI("text=Types of Classes;showmenu=Make Up");
aI("text=Job Referrals;url=http://ladylayne.com/jobreferrals.htm;");
aI("text=Tuition and Fees;url=http://ladylayne.com/tuition2.htm;");
aI("text=Application;url=http://ladylayne.com/application1.htm;");
aI("text=Testimonials II;url=http://ladylayne.com/testimonials2.htm;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Articles;url=http://ladylayne.com/articles.htm;");
aI("text=Latest News;url=http://ladylayne.com/news.htm;");
aI("text=Press & Media;url=http://ladylayne.com/media.html;");
}

with(milonic=new menuname("Facility")){
style=menuStyle;
aI("text=Studio Features;url=http://ladylayne.com/studio.htm;");
aI("text=Map & Directions;url=http://ladylayne.com/directions.htm;");
aI("text=Contact Info;url=http://ladylayne.com/contactinfo.htm;");
}

with(milonic=new menuname("Make Up")){
style=menuStyle;
aI("text=Personal;url=http://ladylayne.com/personalmakeup.htm;");
aI("text=Professional;url=http://ladylayne.com/professionalmakeup.htm;");
aI("text=Workshops;url=http://ladylayne.com/workshops.htm;");
aI("text=Duo Courses;url=http://ladylayne.com/duocourses.htm;");
aI("text=Modeling;url=http://ladylayne.com/modeling.htm;");
aI("text=Bridal Beauty Connection;url=http://ladylayne.com/bridal.htm;");
}

with(milonic=new menuname("Butterfly")){
style=menuStyle;
aI("text=The Magic Butteryfly;url=http://ladylayne.com/butterfly.htm;");
}

with(milonic=new menuname("Image Consulting")){
style=menuStyle;
aI("text=Personal;url=http://ladylayne.com/personalimage.htm;");
aI("text=Business;url=http://ladylayne.com/businessimage.htm;");
aI("text=Corporate;url=http://ladylayne.com/corporateimage.htm;");
aI("text=Entertainment;url=http://ladylayne.com/starimage.htm;");
aI("text=Teen;url=http://ladylayne.com/teen.htm;");
aI("text=Pageant;url=http://ladylayne.com/pageants.htm;");
aI("text=Duo Courses;url=http://ladylayne.com/duocourses.htm;");
aI("text=Questionnaire;url=http://ladylayne.com/questionnaire1.htm;");
}

with(milonic=new menuname("Students")){
style=menuStyle;
aI("text=Introduction;url=http://ladylayne.com/students.htm;");
}

drawMenus();

