

// 1st tier Menu



_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=150            // The time delay before menus open on mouse over

_followSpeed=5                // Follow scrolling speed

_followRate=40                // Follow scrolling Rate

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10            // 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="";

oncolor="#80C3A4";

offbgcolor="";

offcolor="#ffffff";

bordercolor="eeeeee";

borderstyle="";

borderwidth=1;

separatorcolor="#ffffff";

separatorsize="1";

padding=6;

fontsize="75%";

fontstyle="normal";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="white";

pagebgcolor="";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="gfx/dotted.gif";

subimagepadding="0";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#ffffff', Direction=180, Strength=0)";

outfilter="randomdissolve(duration=0.0)";

}





with(milonic=new menuname("Main Menu")){

alwaysvisible=1;
left=310;
orientation="horizontal";
style=menuStyle;
top=73;
screenposition="center";

aI("text=Home;url=index.php;status=Home;");

aI("text=Unit Size Suggestions;url=unit_size.php;status=Unit Size Suggestions");

aI("text=Packing Tips;url=packing_tips.php;status=Packing Tips;");

aI("text=Storage Tips;url=storage_tips.php;status=Storage Tips;");

aI("text=Contact Us;url=contact.php;status=Contact Us;");

}


drawMenus();









// 2nd tier Menu



_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=150            // The time delay before menus open on mouse over

_followSpeed=5                // Follow scrolling speed

_followRate=40                // Follow scrolling Rate

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10            // 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="";

oncolor="#80C3A4";

offbgcolor="";

offcolor="#000000";

bordercolor="#000000";

borderstyle="solid";

borderwidth=1;

separatorcolor="#000000";

separatorsize="1";

padding=6;

fontsize="75%";

fontstyle="normal";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="";

pagebgcolor="";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="gfx/dotted.gif";

subimagepadding="0";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#ffffff', Direction=180, Strength=0)";

outfilter="randomdissolve(duration=0.0)";

}





with(milonic=new menuname("Main Menu")){

alwaysvisible=1;
left=187;
orientation="horizontal";
style=menuStyle;
top=110;
screenposition="center";

aI("text=Essex Mini Storage;url=essex.php;status=Essex Mini Storage;");

aI("text=Derby Self Storage;url=derby.php;status=Derby Self Storage");

aI("text=Middlebury Self Storage;url=middlebury.php;status=Middlebury Self Storage");

aI("text=St. Albans Mini Storage;url=st_albans.php;status=St. Albans Mini Storage;");


}


drawMenus();




