

_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=6            // Sub menu top offset
_subOffsetLeft=-6          // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="CCCCCC";
oncolor="#01409E";
offbgcolor="White";
offcolor="Black";

bordercolor="#939393";
borderstyle="solid";
borderwidth=0;

separatorcolor="#939393";
separatorsize=0;

padding=6;

fontsize="9";
fontstyle="normal";
fontweight="normal";
fontfamily="verdana";

pagecolor="White";
pagebgcolor="#317762";

headercolor="yellow";
headerbgcolor="orange";

subimage="../_images/menu/arrow.gif";
subimagepadding="2";

//type="tree"

//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"
//outfilter="randomdissolve(duration=0.3)";

}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
//top=100;
//left=100;
alwaysvisible=1;
orientation="vertical";
position="relative"; 
aI("text=History;url=/CompanyProfile/History.asp;");
aI("text=Why Bergstrom;url=/companyprofile/whybergstrom.asp;");
aI("text=Bergstrom Automotive Group;url=http://www.bergstromauto.com;");
//aI("text=Bergstrom Body Shop Services;url=http://www.bergstrombodyshop.com;");
}

drawMenus();


