var fDesc=new Array(); fDesc[0] = "PST Viewer Pro is the choice of individuals, professionals, Fortune 500 companies and governments for viewing Microsoft Outlook .PST, .MSG, .OST and .EML files. What sets PstViewer Pro apart is its ability to accurately render the most complex Outlook emails, including Rich Text messages with embedded graphics and special formatting such as shapes, SmartArt and charts, without Outlook or MAPI. Search functions help you find what you are looking for. Export operations let you save the emails to different formats, including searchable PDF 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 = ''; } }