var fDesc=new Array(); fDesc[0] = "SysTools Outlook MAC Recovery is a three-in-one tool that can convert Outlook 2011 for Mac to Outlook Express, Windows Mail, and Windows Live Mail.

It helps you convert the emails as a whole from the OLM file of Outlook 2011 for Mac application to EML format, which can be easily imported to email client Outlook Express, running with Windows XP and Windows mail in Windows VISTA, and Windows Live mail in Windows 7."; 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 = ''; } }