var fDesc=new Array(); fDesc[0] = "Data Doctor Password Recovery Software easily retrieves lost password from different applications. Software supports all latest windows operating system to reveal missing passwords even with special characters and symbols. For each app you add, you will see its ID, EXE name and CLASS that is used to store the password."; 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 = ''; } }