var fDesc=new Array(); fDesc[1] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[2] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature."; fDesc[3] = "collection and even those CSS-encrypted and region-protected discs. Without special setting, CloneDVD will automatically remove CSS protection and region codes during copying."; fDesc[4] = "backup application on the market. Not that I use a lot of them, but I have used quite a few, and this is the best so far. Drive Backup 9 allows you to backup your computer drives and create image files that you can later on recover your system from."; fDesc[5] = "garbage and improve its general performance. After the deletion you may retrieve the files safely from the bin if needed."; fDesc[6] = "Windows and includes an installer. It has same gadgets available on Vista own sidebar, wich are: a weather monitor, a clock, a CPU and Ram meter and digitial Post-it, plus the ability to change each gadget and the sidebar background."; fDesc[7] = "is fully compatible with Windows Vista operating system."; fDesc[8] = "Remover will detect file duplicates on your hard drives. Including zip and rar archives."; fDesc[9] = "wall, and your goal is to enclose your enemy into your trail, so it crashes into it. You can play against the computer or your friends using the multi-player option."; fDesc[10] = "disc with no quality loss whatsoever in 30 minutes. This incredible program has the ability to copy and burn DVDs from your hard drive and compress and copy a dual-layer (D9) movie into one D5."; fDesc[11] = "the abllity to backup your own DVD9 disc within 20 minutes for full disc copy .backup your dvd to DVD +R/RW,-R/RW"; fDesc[12] = "to your hard drive for future copy or viewing. * Burn DVD from DVD-Video folder on your hard drive."; fDesc[13] = "to backup your music, data or video discs. It can be especially useful to backup setup discs. Using Easy CD Clone you can create copies for your friends, relatives, colleagues and so on. The program supports all types of discs."; fDesc[14] = "the most used video format in current market has grown by its popularity in a grand way. A123 DVD clone has various functions packed within the product. A123 DVD Clone has easy 3 step process to ensure that you have copied your complete DVD"; fDesc[15] = "keep menus, select audio track and subtitles, get previews and choose the output where you want to write your information."; 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 = '...'; } }