
_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=10              // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#003399";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#003399";

separatorcolor="#003399";
separatorsize="2";
padding=5;
fontsize="14px";
fontstyle="bold";
fontfamily="Two Cen MT";
pagecolor="red";
pagebgcolor="#003399";
headercolor="#ff0000";
headerbgcolor="#ffffff";

subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.1)";
} 



with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=118;
left="0%";
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home_menu.jpg;url=http://www.thesalonblu.com");
aI("image=images/salonblu_menu.jpg;showmenu=SalonBlu");
aI("image=images/services_menu.jpg;showmenu=Services");
aI("image=images/packages_menu.jpg;showmenu=Packages");
aI("image=images/product_menu.jpg;showmenu=Product");
aI("image=images/other_menu.jpg;showmenu=Other Info");
}



with(milonic=new menuname("SalonBlu")){
style=menuStyle;
overflow="scroll";
aI("image=images/arrow.gif;text=About SalonBlu;url=about/about_salonblu.html;");
aI("image=images/arrow.gif;text=Location;url=about/location.html;")
aI("image=images/arrow.gif;text=Contact Us;url=about/contact_us.html;")
aI("image=images/arrow.gif;text=Our Staff;url=;")
aI("image=images/arrow.gif;text=Photos;url=about/photos.html;")
}

with(milonic=new menuname("Services")){
style=menuStyle;
overflow="scroll";
aI("image=images/arrow.gif;text=Hair;url=services/hair.html;");
aI("image=images/arrow.gif;text=Body;url=services/body.html;")
aI("image=images/arrow.gif;text=Skin;url=services/skin.html;")
aI("image=images/arrow.gif;text=Nails;url=services/nails.html;")
}

with(milonic=new menuname("Packages")){
style=menuStyle;
overflow="scroll";
aI("image=images/arrow.gif;text=Blu Packages;url=packages/blu_packages.html;");
aI("image=images/arrow.gif;text=Blu Celebration Packages;url=packages/blu_cel_packages.html;")
aI("image=images/arrow.gif;text=Getting Married?;url=packages/weddings.html;")
aI("image=images/arrow.gif;text=Gift Cards;url=packages/giftcards.html;")
}

with(milonic=new menuname("Product")){
style=menuStyle;
overflow="scroll";
aI("image=images/arrow.gif;text=Hair Care;url=products/Bb.html;");
aI("image=images/arrow.gif;text=Makeup;url=products/bedhead.html;")
aI("image=images/arrow.gif;text=Skin Care;url=products/dermalogica.html;")
aI("image=images/arrow.gif;text=Nail Care;url=products/opi.html;")
}

with(milonic=new menuname("Other Info")){
style=menuStyle;
overflow="scroll";
aI("image=images/arrow.gif;text=Salon Blu in the News;url=other/blunews.html;");
aI("image=images/arrow.gif;text=Industry News;url=other/industry_news.html;")
aI("image=images/arrow.gif;text=Business Partners;url=other/bizpart.html;")
aI("image=images/arrow.gif;text=Professionals and Models Needed;url=other/promod.html;")
}



drawMenus();

