<!-- hide from antiquated browsers

window.onerror=null;
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

function imgOn(imgName) {
  if (ver == "yes")  {
  document[imgName].src = eval(imgName + "on.src");
  }
}

function imgOff(imgName) {
  if (ver == "yes")  {
  document[imgName].src = eval(imgName + "off.src");
  }
}

if((browserName=="Netscape" && browserVer >= 3) ||
   (browserName=="Microsoft Internet Explorer" && browserVer >= 4)) ver = "yes";
else ver = "no";
if(ver == "yes") {

 




  img5on=new Image();
  img5on.src="/trumbull/images/inovation-on.gif";

  img5off=new Image();
  img5off.src="/trumbull/images/inovation-off.gif";
  
  img6on=new Image();
  img6on.src="/trumbull/images/products-on.gif";

  img6off=new Image();
  img6off.src="/trumbull/images/products-off.gif";
  
  img7on=new Image();
  img7on.src="/trumbull/images/applications-on.gif";

  img7off=new Image();
  img7off.src="/trumbull/images/applications-off.gif";
  
  img8on=new Image();
  img8on.src="/trumbull/images/health-on.gif";

  img8off=new Image();
  img8off.src="/trumbull/images/health-off.gif";
  
  img9on=new Image();
  img9on.src="/trumbull/images/resources-on.gif";

  img9off=new Image();
  img9off.src="/trumbull/images/resources-off.gif";

  img10on=new Image();
  img10on.src="/trumbull/images/trumbullhome_red.gif";

  img10off=new Image();
  img10off.src="/trumbull/images/trumbullhome_blk.gif";
 
  movtmon=new Image();
  movtmon.src="../../images/mov-trumelt-on.gif";
  
  movtmoff=new Image();
  movtmoff.src="../../images/mov-trumelt-off.gif";
  
  movtlon=new Image();
  movtlon.src="../../images/mov-trulo-on.gif";
  
  movtloff=new Image();
  movtloff.src="../../images/mov-trulo-off.gif";
}

// end hiding -->
