


_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="#880011";
oncolor="#ffffff";
offbgcolor="#908F8F";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="2";
padding=2;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#908F8F";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);";
outfilter="fade(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=17;
left="offset=-203";
screenposition="center";
alwaysvisible=1;
align=top;
orientation="horizontal";
//aI("text=Shoes;showmenu=Chipie;itemwidth=79;itemheight=43;url=#");
}

with(milonic=new menuname("Chipie")){
style=menuStyle;
orientation="horizontal";
top=62;
left="offset=-245";
screenposition="center";
aI("text=Kids';url=/kids/category.asp?cid=2;itemwidth=79;itemheight=20;onbgcolor=#880011;");
aI("text=Women's;url=/womens/category.asp?cid=1;itemwidth=79;itemheight=20;onbgcolor=#000000;");
}

drawMenus();