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=1;");
aI("text=About Us;url=../../about_us/index.asp?SectAct=1;");
aI("text=Our Products&nbsp;url=../../packaging/our_product/index.asp?SectAct=1;");
aI("showmenu=PackagingSub;text=Your Industry");
aI("text=Customer Care;url=../../customer_care/index.asp?SectAct=1;");
aI("text=Media Center;url=../../media_center/index.asp?SectAct=1");
aI("text=Careers&nbsp;&nbsp;&nbsp;&nbsp;;url=../../careers/index.asp?SectAct=1");
}


with(milonic=new menuname("PackagingSub")){
style=menuStyleSub;
orientation = "vertical";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Chemicals&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../../packaging/industry/index.asp?NoInd=40&SectAct=1;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Feed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../../packaging/industry/index.asp?NoInd=43&SectAct=1;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Food&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../../packaging/industry/index.asp?NoInd=42&SectAct=1;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Growing Media&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../../packaging/industry/index.asp?NoInd=30&SectAct=1;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Insulation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../../packaging/industry/index.asp?NoInd=32&SectAct=1;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Landscaping&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../../packaging/industry/index.asp?NoInd=28&SectAct=1;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Minerals&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../../packaging/industry/index.asp?NoInd=29&SectAct=1;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Pet food&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../../packaging/industry/index.asp?NoInd=41&SectAct=1;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Seed and Agriculture&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../../packaging/industry/index.asp?NoInd=44&SectAct=1;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Wood Products&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../../packaging/industry/index.asp?NoInd=31&SectAct=1;");
}

drawMenus();


