var fDesc=new Array(); fDesc[0] = "Backup Windows Vista Mail. Save your emails, folders, rules, stationaries and Windows contacts. Backup and restore favourites for Firefox 2, 3 and Internet Explorer 7. Setup periodic backups of Windows Mail. You can protect your emails with encryption and passwords. This tool can be used by both home based users and professionals. It only requires Windows Vista."; 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 = ''; } }