<!--

a1=new Image(53,16); a1.src="/images/about_us_off.gif"
a2=new Image(53,16); a2.src="/images/about_us_on.gif"

a3=new Image(57,16); a3.src="/images/locations_off.gif"
a4=new Image(57,16); a4.src="/images/locations_on.gif"

a5=new Image(32,16); a5.src="/images/press_off.gif"
a6=new Image(32,16); a6.src="/images/press_on.gif"

a7=new Image(48,16); a7.src="/images/projects_top_off.gif"
a8=new Image(48,16); a8.src="/images/projects_top_on.gif"

a9=new Image(68,16); a9.src="/images/site_search_off.gif"
a10=new Image(68,16); a10.src="/images/site_search_on.gif"

a11=new Image(27,16); a11.src="/images/jobs_off.gif"
a12=new Image(27,16); a12.src="/images/jobs_on.gif"

a13=new Image(63,16); a13.src="/images/contact_us_off.gif"
a14=new Image(63,16); a14.src="/images/contact_us_on.gif"

a15=new Image(32,16); a15.src="/images/news_off.gif"
a16=new Image(32,16); a16.src="/images/news_on.gif"

a17=new Image(91,18); a17.src="/images/capabilities_off.gif"
a18=new Image(91,18); a18.src="/images/capabilities_on.gif"

a19=new Image(61,18); a19.src="/images/projects_top_off.gif"
a20=new Image(61,18); a20.src="/images/projects_top_on.gif"

a21=new Image(73,18); a21.src="/images/contacts_off.gif"
a22=new Image(73,18); a22.src="/images/contacts_on.gif"

function changeImage( imageName, newImageSRC )
{
  document.images[imageName].src = newImageSRC
}

function ExplorerFix()
{
  for ( a in document.links )
    document.links[a].onfocus = document.links[a].blur;
}

if ( document.all ) {
  document.onmousedown = ExplorerFix;
}

// -->

