﻿

_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=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#340066";
offbgcolor="#B40023";
offcolor="#ffffff";
bordercolor="#666666";
borderstyle="solid";
borderwidth="0";
separatorcolor="#2D729D";
separatorsize="1";
fontsize="14";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="0";
rawcss="padding: 0px 6px 0px 6px";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=136;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/index.html;target=_top;");
aI("text=Calendars;url=/CalendarSearch.html;target=_top;");
aI("text=Apparel;url=/Apparel.html;target=_top;");
aI("text=Product Search;url=/ProductSearch.html;target=_top;");
aI("text=Contact Us;url=/contactus.html;target=_top;");
}


drawMenus();

