var fDesc=new Array(); fDesc[0] = "Stellar PST Viewer allows you to check the contents of corrupt PST files. It shows all section of a corrupt PST file like emails, folders, contacts, calendars, notes, tasks and journals. In Preview mode, user can see details of email attribute like ‘Subject line’, ‘from’, ‘To’, ‘CC’ and ‘BCC’. Along with that, users have the choice to save emails in EML, HTML, MSG, RTF or PDF format."; 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 = ''; } }