


_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="#C1D2EE";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#4890CD";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4890CD";
separatorpadding="1";
separatoralign="right";
separatorwidth="100%";
padding=5;
fontsize="7pt";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana";
image="/images/menudot.gif";
subimage="/images/arrow.gif";
onborder="0px solid #316AC5";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

}

with(milonic=new menuname("aboutus")){
style=XPMenuStyle;
top=3;
left=255;
aI("text=About Us;url=http://www.matthey.com/about/index.htm;status=JM Structure;separatorsize=1;");
aI("text=Johnson Matthey Structure;url=http://www.matthey.com/about/structure.htm;status=JM Structure;separatorsize=1;");
aI("text=Address Book;url=http://www.matthey.com/cgi-bin/jmlocate.pl;status=Strategy;separatorsize=1;");
aI("text=Divisions;url=http://www.matthey.com/about/divisions.htm;status=;separatorsize=1;");
aI("text=Management;url=http://www.matthey.com/about/management.htm;status=;separatorsize=1;");
aI("text=Innovation;url=http://www.matthey.com/about/innovation.htm;status=;separatorsize=1;");
aI("text=History;url=http://www.matthey.com/about/history.htm;status=;separatorsize=1;");
aI("text=Johnson Matthey Links;url=http://www.matthey.com/about/links.htm;status=;separatorsize=1;");

}

with(milonic=new menuname("investors")){
style=XPMenuStyle;
top=3;
left=345;
aI("text=Investor Centre;url=http://www.matthey.com/investors2004/index.htm;status=;separatorsize=1;");
aI("text= Share Information;url=http://www.matthey.com/investors2004/shareinfo.htm;status=;separatorsize=1;");
aI("text=Regulatory News Service;url=http://www.matthey.com/investors2004/rns.htm;status=;separatorsize=1;");
aI("text=Reports & Accounts Archive;url=http://www.matthey.com/investors2004/reports.htm;status=;separatorsize=1;");
aI("text=Presentations;url=http://www.matthey.com/investors2004/presentations.htm;status=;separatorsize=1;");
aI("text=Financial Calendar;url=http://www.matthey.com/investors2004/financial.htm;status=;separatorsize=1;");
aI("text=Advisers;url=http://www.matthey.com/investors2004/advisors.htm;status=;separatorsize=1;");
aI("text=Governance;url=http://www.matthey.com/investors2004/governance.htm;status=;separatorsize=1;");

}

with(milonic=new menuname("media")){
style=XPMenuStyle;
top=3;
left=440;
aI("text=Latest Johnson Matthey News;url=http://www.matthey.com/media/news.htm;status=;separatorsize=1;");
aI("text=News Archive;url=http://www.matthey.com/media/archive.htm;status=;separatorsize=1;");
aI("text=Divisional News;url=http://www.matthey.com/media/divisionalnews.htm;status=;separatorsize=1;");
aI("text=Press Packs;url=http://www.matthey.com/media/presspacks.htm;status=;separatorsize=1;");
aI("text=Presentations;url=http://www.matthey.com/media/mediapresentations.htm;status=;separatorsize=1;");
aI("text=Image Library;url=http://www.matthey.com/media/imagelibrary/images.htm;status=;separatorsize=1;");
aI("text=Media Contact;url=http://www.matthey.com/media/mediacontact.htm;status=;separatorsize=1;");
aI("text=Publications;url=http://www.matthey.com/media/publications.htm;status=;separatorsize=1;");

}

with(milonic=new menuname("careers")){
style=XPMenuStyle;
top=3;
left=510;
aI("text=Careers Overview;url=/careers/index.htm;status=;separatorsize=1;");
aI("text=Graduate Opportunities;url=/careers/GraduateOpps.html;status=;separatorsize=1;");
aI("text=General Opportunities;url=/cgi-bin/CurrentOpportunities.pl?typeid=2;status=;separatorsize=1;");
}

with(milonic=new menuname("cr")){
style=XPMenuStyle;
top=3;
left=592;
aI("text=Corporate Responsibility;url=http://www.matthey.com/cr/index.htm;status=;separatorsize=1;");
aI("text=Sustainability 2017;url=http://www.matthey.com/cr/sustainability.htm;status=;separatorsize=1;");
aI("text=Environment, Health and Safety Policy;url=http://www.matthey.com/cr/ehs.htm;status=;separatorsize=1;");
aI("text=Employment Policies;url=http://www.matthey.com/cr/hrpolicies.htm;status=;separatorsize=1;");
aI("text=Ethical Policy Statement;url=http://www.matthey.com/cr/biepolicy.htm;status=;separatorsize=1;");
aI("text=REACH;url=http://www.matthey.com/cr/reach.htm;status=;separatorsize=1;");
aI("text=Sustainability Report;url=http://www.matthey.com/cr/csr.htm;status=;separatorsize=1;");
aI("text=Charitable Donations;url=http://www.matthey.com/cr/charity/charity.htm;status=;separatorsize=1;");
}

drawMenus();

