var fDesc=new Array(); fDesc[0] = "SysInfoTools Free PST File Viewer allows you to open, read and view your PST files without MS Outlook. It is a completely free tool to open all type of Outlook data file whether it is an ANSI, Unicode or corrupted PST file. You can preview emails, calendars, contacts, notes, tasks and journal entries; view PST file information like version, file type; export data to HTML file format, and more."; 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 = ''; } }