
/*
Milonic DHTML 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 DHTML 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=-5            // Sub menu left offset




with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#141414";
oncolor="#f5ecb0";
offbgcolor="#e5cf6f";
offcolor="#000000";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=5;
fontsize="80%";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#ffffff";
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("Main Menu")){
style=menuStyle;
top=240;
left=10;
alwaysvisible=1;
orientation="horizontal";
position="relative";

aI("image=background_menu.gif;")
aI("url=default.asp;showmenu=about;image=menu_about.gif;overimage=menu_about-over.gif;alt=ABOUT US;");
aI("image=menu_bullet01.gif;")
aI("url=departments.asp;showmenu=departments;image=menu_departments.gif;overimage=menu_departments-over.gif;alt=DEPARTMENTS;");
aI("image=menu_bullet02.gif;")
aI("url=services.asp;showmenu=services;image=menu_services.gif;overimage=menu_services-over.gif;alt=SERVICES;");
aI("image=menu_bullet03.gif;")
aI("url=newsletter.asp;image=menu_events.gif;overimage=menu_events-over.gif;alt=SPECIAL EVENTS;");
aI("image=menu_bullet04.gif;")
aI("url=faqs.asp;image=menu_faqs.gif;overimage=menu_faqs-over.gif;alt=FAQS;");
aI("image=menu_bullet05.gif;")
aI("url=contact.asp;image=menu_contact.gif;overimage=menu_contact-over.gif;alt=CONTACT US;");
aI("image=menu_bullet06.gif;")
aI("url=store.asp;image=menu_shopping.gif;overimage=menu_shopping-over.gif;alt=SHOPPING;");
aI("image=menu_end.gif;")
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=About Our Company;url=default.asp;");
aI("text=Location;url=location.asp;");
}


with(milonic=new menuname("departments")){
style=menuStyle;
aI("text=Coats;url=coats.asp;");
aI("text=Jackets;url=jackets.asp;");
aI("text=Vests;url=vests.asp;");
aI("text=Accessories;url=accessories.asp;");
aI("text=Estate Sale Items;url=estate_sale.asp;");
}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Storage;url=storage.asp;");
aI("text=Cleaning/Glazing;url=cleaning_glazing.asp;");
aI("text=Repairs;url=repairs.asp;");
aI("text=Remodeling/Restyling;url=remodeling.asp;");
}


drawMenus();


