_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=60;
_subOffsetTop=10;
_subOffsetLeft=-3;

with(ccMenuStyle=new mm_style()){
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#B0C4DE";
offcolor="#003366";
onbgcolor="#FFFACD";
oncolor="#0000ff";
padding=3;
separatorcolor="#003366";
separatorsize=1;
subimage="./assets/graphics/3darrow.gif";
}

with(milonic=new menuname("caley_main")){
top=20;
left=7;
itemwidth=125;
style=ccMenuStyle;
alwaysvisible=1;
alignment="left";
followscroll=1;
aI("text=Home;showmenu=home;url=./index2.shtml");
aI("text=Contact;url=./contact.shtml");
}

with(milonic=new menuname("home")){
itemwidth=125;
style=ccMenuStyle;
aI("text=Home;url=./index2.shtml");
aI("text=Small&nbsp;print;url=./index2.shtml#small_print");
aI("text=Availability;url=./index2.shtml#availability");
aI("text=Construction;url=./index2.shtml#construction");
aI("text=New&nbsp;items;url=./index2.shtml#new");
aI("text=The&nbsp;site;url=./index2.shtml#site");
}

drawMenus();