var fDesc=new Array(); fDesc[0] = "WinMail Backup automatically recognises whether Windows Mail or Windows Live Mail is being used on the system. Simple import of backed up Outlook Express data into Windows Mail or Windows Live Mail, automatic, time-scheduled backups, easy backups of all important Windows Mail, Windows Live Mail and Windows Calendar data just by the click of a button and all data stored in compressed backup files."; 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 = ''; } }