fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=12;
_subOffsetLeft=-8;

with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="strong";
headerbgcolor="#ffffff";
headercolor="black";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#777777";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=4;
pagebgcolor="#777777";
pagecolor="#ffffff";
separatorcolor="000000";
separatorsize=9;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("");
aI("text=Home;url=index.htm;");
aI("showmenu=fbd;text=Fluid Bed Dryer;");
aI("showmenu=dma;text=Dynamic Moisture Analyzer;");
aI("text=Unistate Re-circulating Chillers;url=http://www.microsofttranslator.com/BV.aspx?ref=IE8Activity&a=http://www.huber-online.com/html/produkte/produkte.html;target=new;");
aI("showmenu=products;text=Product List;")
aI("text=Contact Us;url=contactus.htm;")
}

with(milonic=new menuname("Home")){
style=menuStyle;

}
with(milonic=new menuname("dma")){
style=menuStyle;
aI("text=Introduction;url=dma.htm;")
aI("text=About The System;url=dma_system.htm;")
}

with(milonic=new menuname("products")){
style=menuStyle;
aI("text=Fluid Bed Dryers;url=fbd_products.htm;");
aI("text=Dynamic Moisture Analyzer;url=dma_products.htm;");
aI("text=Accessories;url=sta_products.htm;");
aI("text=Sealed Tubes;url=stu_products.htm;");
aI("text=Classifier Assembly;url=cls_products.htm;");
}

with(milonic=new menuname("fbd")){
style=menuStyle;
aI("text=Introduction;url=fbd.htm;");
aI("text=What is Fluid Bed Drying;url=fbd_whatis.htm;");
aI("text=Data Charts;url=fbd_datacharts.htm;");
aI("text=Applications;url=fbd_application.htm;");
}

drawMenus();


