var fDesc=new Array(); fDesc[0] = "R-Mail for Outlook recovers accidentally deleted Outlook e-mail messages, contacts, notes, tasks and other items, and repairs damaged Outlook data files (*.pst) files where Outlook stores folders with the data. The recovered data can be saved in the *pst, *.msg, and *.eml formats that Outlook can open and import.
When doing any operation, including Outlook data file recovery, R-Mail for Outlook never deletes from disks, writes to, or modifies in any way original Outlook data file. R-Mail for Outlook Demo limitations do not allow you to save recovered e-mail messages, contacts, notes, and other items, and view them in Outlook but you can preview the recovered messages in the Demo, backup the *.pst data file and then use the commercial R-Mail for Outlook version to recover the data completely. Microsoft Vista OS is supported."; 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 = ''; } }