var fDesc=new Array(); fDesc[0] = "Active Boot Disk is a boot CD/DVD/USB disk creator with a collection of useful utilities for system recovery purposes. The complete set of tools allows you to recover your lost data, reset Windows passwords, make computer system backups, securely erase data, control disk condition, manage partitions and a lot more. The program is very easy to use and has an nice user interface. The whole set includes an Image backup and recovery tool, a CD/DVD-based data backup program, and a tool for recovering deleted partitions and files. Moreover, it also enables you to change Windows passwords, clean your hard drive and choose between three partition managers. What is more, an application similar to Windows Explorer allows you to copy files and folders off the hard drive. The program comes in two versions: a Windows edition and a DOS edition. The Windows edition allows you boot up your PC and fix most startup and configuration problems. On the other hand, the DOS version is composed of six powerful DOS tools that enable you to recover your lost data, reset Windows passwords,erase data in a safe way and make raw disk images."; 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 = ''; } }