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

with(mainStyle=new mm_style()){
onbgcolor="#777777";
oncolor="#FFFFFF";
offbgcolor="#333333";
offcolor="#FFFFFF";
bordercolor="#4E72B7";
borderstyle="solid";
borderwidth=0;
separatorcolor="0";
separatorsize="6";
padding=5;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
subimagepadding=0;
subimage="pics/arrowdwn.gif";
}

with(menuStyle=new mm_style()){
onbgcolor="#666666";
oncolor="#FFFFFF";
offbgcolor="#EEEEEE";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="0";
separatorsize="0";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="white";
pagebgcolor="#858C60";
headercolor="#EEEEEE";
headerbgcolor="#020266";
subimage="pics/arrow-right-up.gif";
onsubimage="pics/arrow-right-down.gif";
overfilter="gradientwipe(size=1.00, wipestyle=1, motion=Forward, duration=0.3);Alpha(opacity=100);Shadow(color='#333333', Direction=135, Strength=5)";
outfilter="fade(overlap=1.00, duration=0.3)";
}

with(milonic=new menuname("apply")){
style=menuStyle;
position="absolute";
margin=0;
aI("text=2010-2012 School Catalog;url=catalog/index.html;target=new;status=2010-2012 School Catalog;");
aI("text=Apply for the Hollywood School;url=http://themakeupspace.com/hollywood-application.php;status=Apply for the Hollywood School;");
aI("text=Apply for the Orlando School;url=http://themakeupspace.com/orlando-application.php;status=Apply for the Orlando School;");
}


with(milonic=new menuname("jbwebsites")){
style=menuStyle;
position="absolute";
margin=0;
aI("text=General School Information;url=schools-intro/index.htm;status=General School Information;");
aI("text=Hollywood School Information;url=hollywood/index.htm;status=Orlando School Information;");
aI("text=Orlando School Information;url=orlando/index.htm;status=Orlando School Information;");
aI("text=Cosmetic Website;url=cosmeticsnew/index.htm;status=Joe Blasco Cosmetic website;");
aI("text=Order Cosmetic Products;url=cosmeticsnew/pricelist/disclaim.htm;status=Order Cosmetic Products;");
}

drawMenus();


