_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-50            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#6086B7";
oncolor="#ffffff";
offbgcolor="#406392";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.1);";
}

with(menuStyle2=new mm_style()){
onbgcolor="#6086B7";
oncolor="#ffffff";
offbgcolor="#406392";
offcolor="#ffffff";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#6086B7";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color='#333333', Direction=135, Strength=5)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=211;
left=0;
alwaysvisible=1;
overflow="scroll";
aI("image=/images/leftpanelb_03.gif;showmenu=Systems;");
aI("image=/images/leftpanelb_05.gif;showmenu=Industry;");
aI("image=/images/leftpanelb_07.gif;showmenu=Material;");
}



with(milonic=new menuname("Systems")){
style=menuStyle2;
overflow="scroll";
aI("text=Complete Trim Systems;url=/products/index.shtml;");
aI("text=Cutter/Fan;url=/products/cutter_fan.shtml;");
aI("text=TrimPAC<small><sup>TM</sup></small>;url=/products/trimpac.shtml;");
aI("text=Venturi;url=/products/venturi.shtml;");
aI("text=Cutters/Granulators;url=/products/cg.shtml;");
aI("text=Air Separators;url=/products/airseparators.shtml;");
aI("text=Fans;url=/products/fans.shtml;");
aI("text=Static/Sound/Dust Control;url=/products/ssd.shtml;");
aI("text=Auxiliary Equipment;url=/products/auxequip.shtml;");
}


with(milonic=new menuname("Industry")){
style=menuStyle2;
aI("text=Converting;url=/industries/converting.shtml;");
aI("text=Optics;url=/industries/optics.shtml;");
aI("text=Film & Sheet;url=/industries/film_sheet.shtml;");
aI("text=Label;url=/industries/labels.shtml;");
aI("text=Mail;url=/industries/mail.shtml;");
aI("text=Paper;url=/industries/paper.shtml;");
aI("text=Board;url=/industries/board.shtml;");
aI("text=Textile;url=/industries/textile.shtml;");
aI("text=Flexo/Narrow Web;url=/industries/flexo.shtml;");
aI("text=Nonwovens;url=/industries/converting.shtml;");
aI("text=Others;url=/industries/other.shtml;");
}



with(milonic=new menuname("Material")){
style=menuStyle2;
aI("text=Presure Sensitive Label;url=/industries/labels.shtml;");

aI("text=Swarf;url=/industries/swarf.shtml;");
aI("text=Plastic Film;url=/industries/film.shtml;");
aI("text=Plastic Sheet;url=/industries/sheet.shtml;");
aI("text=Fabric;url=/industries/fabric.shtml;");
aI("text=Paper;url=/industries/paper.shtml;");
aI("text=Foil;url=/industries/foil.shtml;");
aI("text=Poly-coated Paper;url=/industries/paper.shtml;");
aI("text=Corrugated;url=/industries/corrugated.shtml;");
aI("text=Nonwoven;url=/industries/nonwovens.shtml;");
aI("text=Flexo;url=/industries/flexo.shtml;");
aI("text=Carpeting;url=/industries/carpet.shtml;");
aI("text=Aluminum;url=/industries/foil.shtml;");
aI("text=Sticky;url=/industries/sticky.shtml;");
aI("text=Linen/Refuse;url=http://www.automatedwastecollection.com/;");
aI("text=Other;url=/industries/other.shtml;");
}

drawMenus();

