var fDesc=new Array(); fDesc[0] = "PST file viewer software to open the PST files without MS Outlook. This software allows users to access their Outlook PST file without taking any assistance from MS outlook. PSt file viewer is a freeware solution that is built to view and read PST files without using MS Outlook. This PST viewer software scans PST files of any size without any hassle. This software allows users to open PST metadata such as type, file version, compression type, etc. This software has a simple and interactive graphical user interface. Outlook PST file viewer allows to shift data items like email, contacts, calendars, tasks, etc into HTML file format, and users can select the desired location also. PST viewer is highly compatible with all the versions of the Windows operating system and also supported each PST created by any edition of MS Outlook. PST file viewer also provides three scanning modes as per the concentration of the corruption so that users can also handle the corruption of the PST file. It also provides the feature to create the log file of the scanning process so that users can use those records as he wants. PST file viewer tool is capable of opening corrupted PST 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 = ''; } }