var fDesc=new Array(); fDesc[0] = "The Outlook Recovery program allows users to perform deep search of a particular PST file. Find the file from any drive or directory on the PC.It has a powerful data filter function which allows you to export and recover required PST file. You can select only needed folders or items while exporting."; 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 = ''; } }