if (document.images) {
Icorporate = new Image(105, 22);Icorporate.src = '/topnavs/corporate.gif';
Icorporateo = new Image(105, 22);Icorporateo.src = '/topnavs/corporate_over.gif';
Imain = new Image(86, 22);Imain.src = '/topnavs/contact.gif';
Imaino = new Image(86, 22);Imaino.src = '/topnavs/contact_over.gif';
Ipolitical = new Image(116, 22);Ipolitical.src = '/topnavs/political_risk.gif';
Ipoliticalo = new Image(116, 22);Ipoliticalo.src = '/topnavs/political_risk_f2.gif';

Ikidnap = new Image(177, 20);Ikidnap.src = '/topnavs/kidnap_ransom.gif';
Ikidnapo = new Image(177, 20);Ikidnapo.src = '/topnavs/kidnap_ransom_f2.gif';


Isurety = new Image(311, 20);Isurety.src = '/topnavs/surety_bonds.gif';
Isuretyo = new Image(311, 20);Isuretyo.src = '/topnavs/surety_bonds_over.gif';

//Iforce = new Image(177, 16);Iforce.src = '/topnavs/force_majeure.gif';
//Iforceo = new Image(177, 16);Iforceo.src = '/topnavs/force_majeure_over.gif';
//Iproduct = new Image(177, 20);Iproduct.src = '/topnavs/malicious.gif';
//Iproducto = new Image(177, 20);Iproducto.src = '/topnavs/malicious_over.gif';
}
function di(id,name){
  if (document.images) {document.images[id].src=eval(name+".src"); }
}

// function that displays status bar message

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}