
/*
Milonic .aspL Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic .aspL Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#9f6613";
oncolor="#ebdbc5";
offbgcolor="#ebdbc5";
offcolor="#9f6613";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=6;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica";
pagecolor="black";
pagebgcolor="#F8F3E3";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="Fade(duration=0.2);Alpha(opacity=90);";
}


with(milonic=new menuname("who")){
style=menuStyle;
aI("text=Who We Are;url=who.html;");
aI("text=Testimonials;url=testimonials.html;");
aI("text=Upcoming Events;url=events.html;");

}
with(milonic=new menuname("programs")){
style=menuStyle;
aI("text=Our Programs;url=programs.html;");
aI("text=Our Workshops;url=services.html;");
aI("text=Holistic Facials and Waxing Services;url=facials.html;");


}
with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Resources;url=resources.html;");
aI("text=Newsletters & Articles;url=articles.html;");
aI("text=Recipes;url=recipes.html;");

}
with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Us;url=contact.php;");
aI("text=Directions;url=directions.php;");

}

drawMenus();

