var fDesc=new Array(); fDesc[1] = "ATI Catalyst Control Center can be used to fine-tune your graphic settings, enable or disable connected display devices, and change the orientation of your desktop, etc. Many features present you with a preview of your changes before they are applied."; fDesc[2] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[3] = "even at times when daily usage is significant and data loss may be substantial. The DriveImage XML helps in taking care of any possible accidents resulting in data loss and helps the user in backing up logical drives and partitions to image files and also to browse them, view and extract files."; fDesc[4] = "disk image or partition image file, you can use that image file to restore the entire disk or partition."; fDesc[5] = "this same task, but most of them are expensive. There are complicated tools too, but XXCLone takes cloning to a whole different level by making it a pretty straightforward process. All you have to do is select the source drive, the target drive and choose one of the cloning options."; fDesc[6] = "address. A MAC address is a set of numbers and letters. Ideally, a MAC address should be unique to a single device. In other words, your computer's network card and your router should not have the same address."; fDesc[7] = "deploy a new hard disk on your PC or laptop. This incredible application automatically migrates all your data, programs, operating systems, settings, and everything else in a few minutes."; fDesc[8] = ", cloning, filtering, blending and flood fill, many special effects, dynamic layer effects and working layers (filter, curves, ...). Support of many picture formats, animated GIFs, CMYK, 16 bit per channel, color management, multiple undo/redo levels, plugin filter, action recording, animatimations, poster and label printing."; fDesc[9] = "with cloning your iPod. I am sure you have figured that out by now. Instead, this application is simply a file converter and DVD ripper for the iPod."; fDesc[10] = "Backup Schedule backups files and folders your selected beforehand.It will carry out the backup task periodically."; fDesc[11] = "clicks - either complete with all the extras or just the main movie only, in selected audios/subtitles. 30-day money-back guarantee!"; fDesc[12] = "informative screen saver will tell you everything you want to know about the Venus Project. Crime, pollution, cloning, unemployment, environment conservation and more of our daily problems are treated by this organization."; fDesc[14] = "Burn MP3,WAV,WMA,APE to Audio CD. It is also a CD clones supports Dual Drive Copy as well One Drive Copy!"; fDesc[15] = "information. It’s ideal for creating a precise copy of any folder with its contents. Program also automatically creates copies of selected folders at defined periods of time."; 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 = '...'; } }