var fDesc=new Array(); fDesc[0] = "Free Outlook OST File Viewer software enables user to view the content of OST Files (Offline Storage Table) easily without the need of Outlook Email Client. The User can view normal as well as corrupt OST Files with the provision to view the encrypted or password protected OST Files. The application lets you to view the emails and associated attachments easily. Get the best Outlook OST File Viewer to view the OST 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 = ''; } }