var fDesc=new Array(); fDesc[0] = "Lazesoft Recovery Suite is a system, partition, data, and password restoration package for Windows PCs. This unlimited edition can fix Windows boot and crash problems, including booting failure, virus infections, and blue screen. You can also recover deleted files, reset administrator password, and partition hard disks.

Lazesoft Recovery Suite is also available in Server, Professional, and Home editions with reduced functionality."; 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 = ''; } }