fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=0;

with(submenuStyle=new mm_style()){
bordercolor="#2a63a6";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana";
fontsize="12px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E8F9FF";
offcolor="#000";
onbgcolor="#367bcc";
//onborder="1px dotted #7CB5E8";
oncolor="#FFF";
outfilter="randomdissolve(duration=0.5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#f7a6ba', Direction=150, Strength=10)";
padding=4;
separatorcolor="#006699";
separatorsize=1;
subimagepadding=2;
pagebgcolor="#596986";
pagecolor="#ffffff";
subimagepadding=2;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#329998";
offcolor="#ffffff";
onbgcolor="#AEE6E5";
oncolor="#000000";
//outfilter="randomdissolve(duration=0.3)";
padding=2;
pagecolor="black";
subimagepadding=4;
}


with(milonic=new menuname("products")){
margin=5;
menuwidth=220;
style=submenuStyle;
aI("text=Freeze pads;url=products_freeze_pads.asp");
aI("text=Ice cream carriers;url=products_ice_cream_frozen_foods.asp");
aI("text=Puf Boxes/ Shippers;url=products_puf_boxes.asp");
aI("text=Jel packs for frozen products;url=products_jel_packs.asp");
aI("text=Thermal Blankets;url=products_thermal_blankets.asp");
aI("text=Pharmaceutical Industries;url=products_pharmaceutical_industries.asp");
}


with(milonic=new menuname("contact")){
margin=5;
menuwidth=130;
style=submenuStyle;
aI("text=Enquiry Form;url=contact_us.asp#enquiry_form");
}

drawMenus();

