

_menuCloseDelay=500;           
_menuOpenDelay=0;            
_followSpeed=5;                
_followRate=40;                
_subOffsetTop=5;             
_subOffsetLeft=0;            
_scrollAmount=3;               
_scrollDelay=20;               



with(menuStyle=new mm_style()){
onbgcolor="#283006";
oncolor="#FFDDCC";
offbgcolor="#788056";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
padding=3;
fontsize="14px";
fontstyle="normal";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
itemwidth=212;
itemheight=25;
}

with(submenuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#FFDDCC";
offbgcolor="#222222";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="12px";
fontweight='bold';
fontstyle="normal";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="RandomDissolve(duration=0.3);";
}

with(milonic=new menuname("Main Menu")) {
style=menuStyle;
top="";
left="";
alwaysvisible=1;
// followscroll="1";
orientation="vertical";
aI("text=<B>&nbsp;Home&nbsp;</B>;url=/index.html;");
aI("text=<B>&nbsp;About Us&nbsp;</B>;url=/about.html;");
aI("text=<B>&nbsp;Storage Units&nbsp;</B>;url=/sizes.html;");
aI("text=<B>&nbsp;Security&nbsp;</B>;url=/security.html;");
aI("text=<B>&nbsp;FAQ&nbsp;</B>;url=/faq.html;");
aI("text=<B>&nbsp;7 Things You Should Know&nbsp;</B>;url=/tips.html;");
aI("text=<B>&nbsp;Moving Supplies&nbsp;</B>;url=/supplies.html;");
aI("text=<B>&nbsp;Location / Contact Us&nbsp;</B>;url=/contact.html;");
}


