var fDesc=new Array(); fDesc[0] = "OutlookFIX is the best solution for email recovery and the recovery of all Microsoft® Outlook data when you get an error on opening. It also recovers deleted information and will repair PST files that are larger than 2GB.
OutlookFIX recovers all the data including emails, attachements, contacts, the calendar, tasks and notes. Each one with its details and properties.
The Outlook recovery process will only take a few minutes. It is completely safe and confidential as it is performed in your own computer.
It works with Microsoft® Outlook 95, 97, 2000, 2002 (XP), 2003, 2007 and 2010."; 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 = ''; } }