var MSIE=(navigator.userAgent.indexOf('MSIE')>-1)?1:0
function styleAbbr() {
  var oldBodyText, mailBodyText, newBodyText, reg, mail;
  oldBodyText=document.body.innerHTML;
  mail = /moc.bew-spets@ofni/g;
  var newmail = 'info@';
  newmail+= 'steps-web.com'
  mailBodyText=oldBodyText.replace(mail, newmail)
  newBodyText=mailBodyText;
  if (MSIE) {
     reg = /<ABBR([^>]*)>([^<]*)<\/ABBR>/g;
     newBodyText=mailBodyText.replace(reg, '<ABBR $1><SPAN class=\"abbr\" $1>$2<\/SPAN><\/ABBR>');
  }
  document.body.innerHTML=newBodyText;
}



