var fDesc=new Array(); fDesc[0] = "Outlook Magic is the multi-purpose PST conversion tool that can perform MS Outlook conversion from PST to EML, PST to MSG, PST to VCF, PST to TXT, PST to HTML, PST to RTF and PST to MHT. This PST Conversion tool migrates all the folders of the outlook emails like Inbox, Outbox, Sent Items, Drafts and even the meta data like to, cc, bcc, etc. Outlook Conversion software converts contacts, calendars and tasks items without losing any info."; 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 = ''; } }