var fDesc=new Array(); fDesc[0] = "The application was created to allow you to read & open Outlook.pst files.

Outlook PST Viewer renders the entire database of Outlook PST file in the software panel, once you run the tool. It can be emails, attachments, contacts, tasks, notes and any other attribute of PST file. It provides three variant modes to access & look on the data: Normal Mail View, Attachment View, Properties View."; 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 = ''; } }