_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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=20            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
//offclass="opaque"; 
//onclass="opaque";
onbgcolor="#00703C";
oncolor="#ffffff";
offbgcolor="#666666";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontsize="12";
fontstyle="bold";
fontfamily="verdana, arial";
pagecolor="#ffffff";
pagebgcolor="#00703C";
headercolor="#ffffff";
headerbgcolor="#CC6601";
subimage="";
subimagepadding="2";

overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3);Alpha(style=0,opacity=88);Shadow(color='#2C1601', Direction=135, Strength=5);";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
itemwidth="120";
overfilter="Alpha(opacity=75); ";
}

with(milonic=new menuname("ProductandServices")){
style=menuStyle;
itemwidth=120;
top=32;
left="offset=+5";
aI("text=Trusses;url=Trusses.html;status=Trusses;");
aI("text=Wall Panels;url=WallPanels.html;status=Wall Panels;");
aI("text=Engineering;url=Engineering.html;status=Engineering;");
aI("text=Framing;url=Framing.html;status=Framing;");
aI("text=Transport;url=Transport.html;status=Transport;");
}


drawMenus();
