fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
buildAfterLoad=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-4;

with(menuStyle=new mm_style()){
borderwidth=0;
oncolor="#FFFFFF";
offcolor="#FFFFFF";
fontfamily="Arial,Verdana, Tahoma";
fontsize="13px";
fontstyle="normal";
padding=6;
separatorcolor="#999999";
separatorsize=0;
subimagepadding=0;
itemheight=17;
valign="top";
overbgimage="../../images_index/texture_over.jpg";
bgimage="../../images_index/texture_menu.jpg";
rawcss="padding-left:15px;padding-right:15px";
}
with(menuStyleSub=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
fontfamily="Arial,Verdana, Tahoma";
fontsize="13px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#657390";
offcolor="#FFFFFF";
oncolor="#CCCCCC";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimagepadding=1;
}



with(milonic=new menuname("menuOurProduct")){
alwaysvisible=1;
style=menuStyle;
orientation = "horizontal";
left=45;
aI("text=Home;url=../index.asp?SectAct=2;");
aI("text=About Us;url=../about_us/index.asp?SectAct=2;");
aI("showmenu=PackagingSub;text=Our Products");
aI("text=Customer Care;url=../customer_care/index.asp?SectAct=2;");
aI("text=Media Center;url=../media_center/index.asp?SectAct=2");
aI("text=Careers&nbsp;&nbsp;;url=../careers/index.asp?SectAct=2");
}


with(milonic=new menuname("PackagingSub")){
style=menuStyleSub;
orientation = "vertical";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Screening Systems&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=equipments/index.asp?NoSerie=45&SectAct=2;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Mixing Lines&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=equipments/index.asp?NoSerie=51&SectAct=2;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Field Preparation Equipment&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=equipments/index.asp?NoSerie=52&SectAct=2;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Harrows&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=equipments/index.asp?NoSerie=53&SectAct=2;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Peat Moss Harvesting Equipment&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=equipments/index.asp?NoSerie=42&SectAct=2;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Peat Quality Control&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=equipments/index.asp?NoSerie=55&SectAct=2;");
}

drawMenus();


