var fDesc=new Array(); fDesc[0] = "SysTools Outlook Recovery software is developed and designed specifically for the purpose of scan and repair PST. This PST scanner helps you to scan damaged PST and ultimately helps to recover all data from corrupted MS Outlook PST files. Microsoft Outlook emailing application stores all the mailbox data including the mail messages, contacts, tasks, meetings, journals, calendars, notes, logs etc in a file with PST as the extension. Outlook.PST is the default file created by Outlook which contains all data; however, you can create more PST files to segregate the mailbox data as per need."; 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 = ''; } }