var fDesc=new Array(); fDesc[0] = "SysTools Batch OST to PST Converter is a program that enables you to batch export multiple OST Files into PST, EML and MSG format. It will also help you open and use the Exchange Outlook OST file emails into several other applications like Outlook Express, Windows Live Mail and Windows Mail."; 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 = ''; } }