var fDesc=new Array(); fDesc[0] = "Incredimail Backup8 allows you to backup Incredimail messages, stores, plugins, address books and more. All your data from Incredimail is saved to an archive file, which is compressed with high ratio algorithm. With the Archive Explorer, you can easily browse your backup archives and restore them in a few clicks."; 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 = ''; } }