

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=2               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(XPMenuStyle=new mm_style()){
onbgcolor="#F8BE63";
oncolor="#664F82";
offbgcolor="transparent";
offcolor="#ffffff";

bordercolor="#4890CD";
borderstyle="solid";
borderwidth=0;
padding=2;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontcolor="#ffffff";

separatorcolor="#ffffff";
separatorwidth="100%";


fontfamily="Trebuchet MS";
image="images/xpblank.gif";
subimage="images/arrow.gif";
onborder="0px solid #4890CD";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
menubgimage="images/winxp-polyurethanes.gif";

}

with(milonic=new menuname("aboutjm")){
style=XPMenuStyle;
itemwidth=220;
top=0;
left=258;
aI("text=About Us;url=aboutus.asp;status=;separatorsize=1;");
aI("text=Environment, Health and Safety;url=aboutus-ehs.asp;status=;separatorsize=1;");
aI("text=Corporate Responsibility;url=aboutus-corporate.asp;status=;separatorsize=1;");
aI("text=Innovation, Research and Development;url=aboutus-research.asp;status=;separatorsize=1;");
aI("text=Locations;url=aboutus-locations.asp;status=;separatorsize=1;");
}

with(milonic=new menuname("newtech")){
style=XPMenuStyle;
itemwidth=150;
top=0;
left=426;
aI("text=Smopex;url=#;status=;separatorsize=1;");
aI("text=AquaCat;url=#;status=;separatorsize=1;");

}

with(milonic=new menuname("newsevents")){
style=XPMenuStyle;
itemwidth=120;
top=0;
left=630;
aI("text=Last News;url=news.asp;status=;separatorsize=1;");
aI("text=Conferences/Events;url=events.asp;status=;separatorsize=1;");
}

with(milonic=new menuname("search")){
style=XPMenuStyle;
itemwidth=150;
top=0;
left=661;
aI("text=Free text area;url=#;status=;separatorsize=1;");
aI("text=Product locator;url=#;status=;separatorsize=1;");
aI("text=CAS & EINECS space;url=#;status=;separatorsize=1;");
aI("text=MSDS;url=#;status=;separatorsize=1;");
}


drawMenus();

