var fDesc=new Array(); fDesc[0] = "MSGTAG notifies you the moment your emails are opened.

When your email is read, MSGTAG lets you know. You receive an email notification from MSGTAG telling you when your email was opened. The email notification also tells you when it was sent, when the email was delivered, and what the delay was in between.

Unlike traditional read receipts, MSGTAG doesn't hassle your recipient with pop-up boxes, it's completely automatic and you can get read receipts from practically any address.

The MSGTAG email tracking software works with almost all desktop email programs (including Outlook, Outlook Express, Thunderbird, Windows Live Mail, Incredimail, Eudora and Pegasus Mail)."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }