var fDesc=new Array(); fDesc[0] = "Outlook Password Recovery it is an efficient application that helps you easily and quickly to unlock password-protected Personal Storage Files (*.pst file) in Microsoft Outlook, and recover passwords protecting Email accounts in Outlook, Windows Mail, Windows Live Mail and other Email clients."; 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 = ''; } }