


_menuCloseDelay=1000
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=5            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

onbgcolor="#dea650";
oncolor="#ffffff";
offbgcolor="#ffdd00";
offcolor="#477dac";
bordercolor="#477dac";
borderstyle="solid";
borderwidth=2;
menuwidth="75";
separatorcolor="#1666a5";

with(DynaloyMenuStyle=new mm_style()){
onbgcolor="#dea650";
oncolor="#477dac";
offbgcolor="#477dac";
offcolor="#ffffff";
bordercolor="#dea650";
borderstyle="solid";
borderwidth=1;
separatorcolor="#dea650";
separatorsize="1";
padding=4;
fontsize="65%";
fontstyle="normal";
fontweight=700;
fontfamily="Verdana, Tahoma, Arial";
pagecolor="ffffff";
pagebgcolor="#19769f";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=DynaloyMenuStyle;
top=40;
left="offset=0";
screenposition="center";
itemwidth=90;
menuwidth=783;
alwaysvisible=1;
orientation="horizontal";
aI("align=center;text=Home;url=/index.html;");
aI("align=center;text=About Us;showmenu=dynaloy_about_us");
aI("align=center;text=Product Lines;showmenu=dynaloy_products");
aI("align=center;text=Product Finder;showmenu=dynaloy_productfinder");
aI("align=center;text=MSDS Request;url=/msdsrequest.html;");
aI("align=center;text=Distributors;url=/Distribution/index.html;");
aI("align=center;text=Opportunities;url=/AboutDynaloy/opportunities.html;");
aI("align=center;text=News;url=/NewsEvents/index.html;showmenu=news");
aI("align=center;text=Dynaloy Analytical;url=/dynaloy-analytical.html");
}

with(milonic=new menuname("dynaloy_about_us")){
style=DynaloyMenuStyle;
overflow="scroll";
aI("text=Dynaloy History;url=/AboutDynaloy/history.html;");
aI("text=Dynaloy Facilities;url=/AboutDynaloy/facilities.html;");
aI("text=Contact Dynaloy;url=/AboutDynaloy/contactus.html;");
}

with(milonic=new menuname("dynaloy_products")){
style=DynaloyMenuStyle;
overflow="scroll";
aI("text=Microelectronics;showmenu=microelectronics_products;");
aI("text=Electronics;showmenu=electronics_products;");
aI("text=General Industrial;showmenu=industrial_products;");
}

with(milonic=new menuname("dynaloy_productfinder")){
style=DynaloyMenuStyle;
overflow="scroll";
aI("text=Products By Application;url=/ProductFinder/product_finder_app.html;");
aI("text=Products By Name;url=/ProductFinder/product_finder_name.html;");
aI("text=Alternative Chemistries;url=/ProductFinder/alternative_chemistries.html;");
}

with(milonic=new menuname("microelectronics_products")){
style=DynaloyMenuStyle;
overflow="scroll";
aI("text= Photoresist & Flux Removers;url=/Custom-Chemical-Products/photoresist-flux-removal.html;");
aI("text=Other Microelectronics;url=/Products/other_microelectronics.html;");
}

with(milonic=new menuname("electronics_products")){
style=DynaloyMenuStyle;
overflow="scroll";
aI("text=Potting/Encapsulation Removers;url=/Custom-Chemical-Products/potting-removers-encapsulation-removers.html;");
aI("text=Conformal Coating Removers;url=/Custom-Chemical-Products/conformal-coating-removers.html;");
}

with(milonic=new menuname("industrial_products")){
style=DynaloyMenuStyle;
overflow="scroll";
aI("text=Urethane Products;url=/Custom-Chemical-Products/urethane-solvent.html;");
aI("text=Epoxy Products;url=/Custom-Chemical-Products/epoxy-solvent.html;");
aI("text=Silicone Products;url=/Custom-Chemical-Products/silicone-solvent.html;");
aI("text=Conductives;url=/Products/conductives.html;");
aI("text=Other Industrial Products;url=/Custom-Chemical-Products/engineered-industrial-chemistries.html;");
}

with(milonic=new menuname("news")){
style=DynaloyMenuStyle;
overflow="scroll";
aI("text=Newsletter Sign Up;url=/NewsEvents/newslettersignup.html;");
aI("text=Tech Brief Archive;url=/NewsEvents/techbriefarchive.html;");
}

drawMenus();


