


_menuCloseDelay=3000           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#F16D9F";
offbgcolor="#000000"; 
offcolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
bordercolor="#FFFFFF";
separatorcolor="#000000";
separatorsize="1";
padding=6;
fontsize="70%";
fontstyle="normal";
fontfamily="calibri, Arial";
pagecolor="white";
pagebgcolor="#000000"; 
headercolor="#FFFFFF";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="3";
subimageborderwidth=1;
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.1)";

}

with(milonic=new menuname("collections")){
style=menuStyle;
screenposition="relative"
aI("text=SPRING / SUMMER;url=/category.asp?seasons=1&season=SPRING / SUMMER;target=_parent");
aI("text=AUTUMN / WINTER;url=/category.asp?seasons=3&season=AUNTUMN / WINTER;target=_parent");
}

with(milonic=new menuname("stockists")){
style=menuStyle;
screenposition="relative"
aI("text=FIND A STOCKIST;url=/stockists.asp;target=_parent");
aI("text=ONLINE STOCKISTS;url=/onlinestockists.asp;target=_parent");
}

with(milonic=new menuname("contactus")){
style=menuStyle;
screenposition="relative"
aI("text=TRADE ENQUIRY;url=/traderequest.asp;target=_parent");
aI("text=GENERAL ENQUIRY;url=/contact.asp;target=_parent");
aI("text=FEEDBACK FORM;url=/mediaintro.asp?type=feedbackform;target=_parent");
}


drawMenus();