var fDesc=new Array(); fDesc[0] = "You are just few steps away in order to migrate IncrediMail to Outlook. The tool use MessageSense technology to instantly extract the data from corrupted IncrediMail files. IncrediMail Converter automatically detects the IncrediMail file location, extract the desired data and convert them as per requirements. Effective solution is capable to transfer IncrediMail email files in bulk without facing any data loss issues. IncrediMail Converter is standalone tool which provides a wide range of file formats to save IncrediMail email messages. Moreover allows to save IncrediMail data at desired location. The most amazing aspect about IncrediMail Converter is that it is operable on all version of Windows operating system."; 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 = ''; } }