var fDesc=new Array(); fDesc[0] = "PST Converter Wizard can convert Outlook PST files to more than 30 formats such as MSG, EML, TXT, MBOX, HTML, PDF, XPS, and DOC. This program can retain all the emails, contacts, and calendar and journal entries of PST files during the conversion process. PST calendars and contacts can be exported into standard formats like ICS, vCard, and CSV. PST Converter Wizard offers multiple file naming options to manage converted emails and documents."; 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 = ''; } }