var fDesc=new Array(); fDesc[0] = "Stellar OST to PST Converter - Technical is a program that converts Outlook OST files and enables compression and splitting the converted PST file before saving it. It facilitates saving the converted file as DBX, MBOX, MSG, EML, RTF, HTML and PDF formats. It also supports MS Outlook 2013, 2010, 2007, 2003, 2002, 2000, 98."; 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 = ''; } }