var fDesc=new Array(); fDesc[0] = "Professional Windows live mail to outlook converter tool to safely converts different mailboxes in Windows Live Mail to individual PST files that can be imported into MS Outlook. The advanced Windows live mail converter helps you easily move all mailbox folders to a PST file and smoothly migrate from Windows Live Mail to MS Outlook. The Windows live emails to outlook converter allows you to easily switch to MS Outlook from Windows Live Mail by efficiently converting all EML files in your mailbox to an equivalent Outlook PST."; 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 = ''; } }