


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#e0ce8c";
oncolor="#000000";
offbgcolor="0";
offcolor="#ffffff";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Tahoma, Helvetica";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="pics/arrow-down-up.gif";
onsubimage="pics/arrow-down-down.gif";
subimagepadding="1";
}

with(subStyle=new mm_style()){
onbgcolor="#e0ce8c";
oncolor="#000000";
offbgcolor="#c9dbff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
padding=3;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Tahoma, Helvetica";
subimage="pics/arrow-right-up.gif";
onsubimage="pics/arrow-right-down.gif";
subimagepadding="2";
overfilter="Fade(duration=0.3);Alpha(opacity=90);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=57;
left=180;
alwaysvisible=1;
orientation="horizontal";
followscroll=0;
aI("text=&nbsp;&nbsp;About;showmenu=about;");
aI("text=&nbsp;&nbsp;Storage & Rates;showmenu=storage;");
aI("text=&nbsp;&nbsp;Services;showmenu=services;");
aI("text=&nbsp;&nbsp;Discount & Coupons&nbsp;;showmenu=Discount;");
aI("text=&nbsp;Location&nbsp;;url=company-location.htm;status=Location;");
aI("text=&nbsp;&nbsp;FAQs&nbsp;;url=faq.htm;status=FAQs;");
aI("text=&nbsp;&nbsp;Home&nbsp;;url=index.htm;status=Back To Home Page;");
}

with(milonic=new menuname("about")){
style=subStyle;
overflow="scroll";
aI("text=&nbsp;Company Overview&nbsp;;url=company-overview.htm;status=Company Overview;");
aI("text=&nbsp;Hours & Holidays&nbsp;;url=company-hours.htm;status=Business Hours & Holidays;");
aI("text=&nbsp;Contact Us&nbsp;;url=contact-us.htm;status=Contact Us;");
}

with(milonic=new menuname("storage")){
style=subStyle;
overflow="scroll";
aI("text=&nbsp;Storage Tips&nbsp;;url=storage-tips.htm;status=Storage Tips;");
aI("text=&nbsp;Roll-Up Units&nbsp;;url=roll-up-units.htm;status=Roll-Up Units;");
aI("text=&nbsp;Walk-In Units&nbsp;;url=walk-in-units.htm;status=Walk-In Units;");
aI("text=&nbsp;Mini-Lockers&nbsp;;url=mini-lockers.htm;status=Mini-Lockers;");
}

with(milonic=new menuname("services")){
style=subStyle;
overflow="scroll";
aI("text=&nbsp;Free Pick-up&nbsp;;url=free-pickup.htm;status=Free Pick-up;");
aI("text=&nbsp;Free Forklift&nbsp;;url=free-forklift.htm;status=Free Forklift;");
aI("text=&nbsp;Free Ocean Freight Container Parking&nbsp;;url=free-ocean-freight.htm;status=Free Ocean Freight Container Parking;");
}

with(milonic=new menuname("discount")){
style=subStyle;
overflow="scroll";
aI("text=&nbsp;Promotions&nbsp;;url=promotions.htm;status=Promotions;");
aI("text=&nbsp;Military & Senior Discount&nbsp;;url=military-senior-discounts.htm;status=Military & Senior Discount;");
aI("text=&nbsp;Coupons&nbsp;;url=coupons.htm;status=Coupons;");
aI("text=&nbsp;Free $12 Lock&nbsp;target=_blank;url=coupon.htm;status=Free $12 Lock;");
aI("text=&nbsp;5 x 10 First Month $47&nbsp;target=_blank;url=coupon2.htm;status=5 x 10 First Month $47;");
aI("text=&nbsp;5 x 10 First Two Months 50% Off ($55/mo.)&nbsp;target=_blank;url=coupon3.htm;status=5 x 10 First Two Months 50% Off ($55/mo.);");
aI("text=&nbsp;5 x 10 First Three Months 50% Off ($55/mo.)&nbsp;target=_blank;url=coupon4.htm;status=5 x 10 First Three Months 50% Off ($55/mo.);");
aI("text=&nbsp;10 x 10 First Month ($76/mo.)&nbsp;target=_blank;url=coupon5.htm;status=10 x 10 First Month ($76/mo.);");
aI("text=&nbsp;10 x 10 First Two Months 50% Off ($100/mo.)&nbsp;target=_blank;url=coupon6.htm;status=10 x 10 First Two Months 50% Off ($100/mo.);");
aI("text=&nbsp;10 x 10 First Three Months 50% Off ($100/mo.)&nbsp;target=_blank;url=coupon7.htm;status=10 x 10 First Three Months 50% Off ($100/mo.);");

}

drawMenus();

