var fDesc=new Array(); fDesc[0] = "zebNet Backup for Thunderbird TNG is a professional all-in-one backup solution that was especially designed to easily create backups of your Mozilla Thunderbird data. Advanced backup features includes a four-level compression engine to save your valuable disk space, a 256-Bit AES encryption to avoid unauthorized access to your backup files, the ability to create self-restoring backup files as well as to create reserve copies of your backup files and to send email notifications."; 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 = ''; } }