var fDesc=new Array(); fDesc[0] = "View Damaged OST file Mostly outlook users search on OST Viewer tool, yes you are absolutely right for verifying on View .OST File. The OST Opener software easily scans & view OST emails, contacts, tasks, notes, calendar, journal, appointment and other items in just a few clicks. You can basically download our software OST Opener swiftly read .ost file without installation of MS Outlook & Exchange Server. OST Opener smoothly works on all Windows like: - 95, 98, 2000, ME, XP, Vista, Win7 and Win8."; 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 = ''; } }