var fDesc=new Array(); fDesc[0] = "Photoshop Recovery Toolbox is an easy-to-use and convenient program for recovering Adobe Photoshop files (files with the *.psd extension). The tool has an intuitive interface and allows even inexperienced users to quickly and effectively recover their data. The interface of the program is implemented as a step-by-step wizard that allows you to select the file, automatically analyzes its structure and recovers data with a minimum of operations from you."; 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 = ''; } }