

_menuCloseDelay=250           // 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="#C3BB95";
oncolor="#2A0505";
offbgcolor="#D1C9A2";
offcolor="#351111";
bordercolor="#938664";
borderstyle="solid";
borderwidth=1;
separatorcolor="#938664";
itemwidth=112;
separatorsize="1";
padding=7;
itemheight=22;
fontsize="11";
fontstyle="normal";
pagecolor="#FFFFFF";
pagebgcolor="#938664";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter='Fade(duration=0.2)'
}

with(milonic=new menuname("mainmenu")){  
style=menuStyle; alwaysvisible=0; left=155; top=1;
//aI("text=Just In!;url=fashion_new.asp;"); 
//aI("text=Peruzzi;url=fashion_ladies.asp;"); 
aI("text=J'aime la Vie;url=jaime-la-vie.asp;"); 
aI("text=Vila;url=vila.asp;"); 
aI("text=Vero Moda;url=vero-moda.asp;"); 
aI("text=Star Buy;url=starbuy.asp;"); 
aI("text=Carraig Donn Woman shoot ;url=carraig-donn-woman-shoot.asp;"); 
}

with(milonic=new menuname("gifts")){
style=menuStyle; left=395; top=1; 
aI("text=Fun Gifts;url=pdf/Final_Booklet.pdf;");
aI("text=Vera Wang;url=vera-wang.asp;");
aI("text=Rachel Allen;url=rachel-allen.asp;");
aI("text=Newbridge Silverware;url=newbridge-silverware.asp;");
//aI("showmenu=products;status=Fun Gifts;text=Fun Gifts;url=pdf/Final_Booklet.pdf;"); 
aI("text=Corporate Gifts;url=corporate.htm;");
aI("text=Wedding List Service;url=wedding.htm;");
}

with(milonic=new menuname("about")){
style=menuStyle; left=3; top=1; 
aI("text=Carraig Donn Profile;url=about.htm;");
aI("text=Media;url=carraigdonn-media.asp;");
aI("text=Store Locator;url=locator.htm;");
aI("text=Contact us;url=contact.htm;");
aI("text=Customer Service;url=service.htm;");
aI("text=Subscribe here;url=newsletter.htm;")
}

with(milonic=new menuname("jewel")){
style=menuStyle; left=223; top=1; 
aI("text=Jewellery;url=jewellery.asp;");
aI("text=Accessories;url=accessories.asp;");
aI("text=Newbridge Silverware;url=newbridge-silverware.asp;");
}

drawMenus();

