var fDesc=new Array(); fDesc[1] = "few clicks, and then enjoy it with versatile streaming features. With Nero you are sure that your data is safe after an event of system crash or a damaged disc."; fDesc[2] = "disk image or partition image file, you can use that image file to restore the entire disk or partition."; fDesc[4] = "bootable floppy disk to bootable USB disk, you can convert bootable CDROM to USB Flash disk too. Not only this you can also use the Flash Boot to create your windows NT/2000/XP password recovery disk and boot loader."; fDesc[5] = "like Disk Cache, CD-ROM Cache and Name and Path Cache. With Cacheman, you can monitor important system values and can tweak settings to improve the performance. It also provides you with History Graph and Logging feature."; fDesc[6] = "create a backup of all your hard drive data and easily perform a bare-metal restore for efficient disaster recovery."; fDesc[7] = "damaged, scratched or defective CD and DVD discs. This incredible software supports data recovery from all CD and DVD disc types (CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-R, and DVD-RW), and from quick formatted RW discs."; fDesc[8] = "compact interface, which is very easy to handle. We get to select between different types of recovery (good, fair, poor or bad). And we can choose between two different recovery modes."; fDesc[9] = "recovers unreadable, deleted or corrupted files.Full real support for UDF packet witting software. Free trial version."; fDesc[10] = "Repair you will gain access within minutes to files you thought were lost inside your corrupted Zip file."; fDesc[11] = "from from damaged or defective CDROM, CD-R, CD-RW lost due to scratches, bubbles, cracks, etc.and writes it to a different location."; fDesc[12] = "digital cameras,USB discs,memory cards.It easily recovers unreadable,deleted or corrupted files.Free trial version"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }