fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildAfterLoad=true;



with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
separatorcolor="#c7a198";
separatorsize=1;

}

with(menuStyle=new mm_style()){
fontfamily="Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#6d0e17";
offcolor="#c7a198";
onbgcolor="#8f202b";
oncolor="#c7a198";
padding=4;
pagebgcolor="#3E090D";
pagecolor="#c7a198";
separatorcolor="#c7a198";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
position="relative";
aI("url=storedirectory.asp;image=images/menu_stores.gif;showmenu=Stores;");
aI("url=events.asp;image=images/menu_whathap.gif;showmenu=What's Happening;");
aI("url=custservice.asp;image=images/menu_coserv.gif;showmenu=Customer Service;");
aI("url=jobs.asp;image=images/menu_careers.gif;");
aI("url=kids.asp;image=images/menu_abkids.gif;showmenu=All About Kids;");
aI("url=contactus.asp;image=images/menu_contus.gif;showmenu=Contact Us;");
aI("url=leasing.asp;image=images/menu_leas.gif;showmenu=Leasing;");

}
drawMenus();
with(milonic=new menuname("Stores")){
overflow="scroll";
style=menuStyle;
top=58;
aI("text=Store Directory;url=storedirectory.asp;")
aI("text=New Stores;url=newstores.asp;")
aI("text=Centre Map;url=map_directory_main.asp;")
aI("text=Hours;url=hours.asp;")
}

with(milonic=new menuname("What's Happening")){
style=menuStyle;
top=58;
aI("text=In-Store Specials;url=instorespecials.asp;");
aI("text=Centre Events & Programs;url=events.asp;");
aI("text=Community Donation & Space Request;url=donation.asp;");
aI("text=Earth-Friendly Products & Services;url=earth_friendly.asp;");
}

with(milonic=new menuname("Customer Service")){
style=menuStyle;
top=58;
aI("text=Personalized Service;url=custservice.asp#personal;");
aI("text=Gift Cards;url=custservice.asp#giftcert;");
aI("text=Gift Wrapping;url=custservice.asp#giftwrap;");
}

with(milonic=new menuname("All About Kids")){
style=menuStyle;
top=58;
aI("text=ABC's & 123's;url=kids.asp#abc;");
aI("text=Colouring Fun;url=kids.asp#colour;");
aI("text=Kids Events;url=kids.asp#events;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
top=58;
aI("text=Customer Service;url=contactus.asp#cuserv;");
aI("text=Administration;url=contactus.asp#admin;");
aI("text=Security;url=contactus.asp#secur;");
aI("text=Getting Here;url=contactus.asp#gethere;");
}

with(milonic=new menuname("Leasing")){
style=menuStyle;
top=58;
aI("text=Permanent;url=leasing.asp#lease;");
aI("text=Carts;url=leasing.asp#carts;");
aI("text=Shows;url=leasing.asp#shows;");
aI("text=Non-Profit Kiosks;url=leasing.asp#kiosk;");
}

drawMenus();

