var fDesc=new Array(); fDesc[0] = "Free PST Viewer is portable, reliable and time saving utility. It quickly open PST file which is badly corrupted and missing keeping message formatting and metadata safe after successful completion of process. Free PST Viewer developed by expertise which allows to view Contact details along with Contact Photo. Moreover, supports all PST file formats having No Encryption, Compressible Encryption and High Encryption. Free PST Viewer successfully supports large size PST files ranging up to 30GB. Free PST Viewer is capable enough to operable on both Windows operating system as well as Mac OSX"; 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 = ''; } }