var fDesc=new Array(); fDesc[1] = "occurred. -The source or destination file may be in use. -The file is presently being used by another program or user."; fDesc[2] = "totally intuitive interface similar to Windows Explorer (with check boxes next to files and folders) that will allow you to select the files and folders you want to back up, the destination and filename, and any optional settings."; fDesc[3] = "remote shooting, managing the destination folder, etc. This program is valid for the following Canon EOS Camera: KissX2/DIGITAL REBEL XSi/DIGITAL 450D,EOS-1Ds Mark III, 40D and EOS-1D."; fDesc[4] = "your LAN, or even from/to a FTP server. It supports SSL, and one interesting feature is that it uses low resources and can be running on background."; fDesc[5] = "Canada without having to connect to the Internet. Take the software along with your laptop while you drive. The spoken instructions and street names help you find your destination with easy, and with the automatic redirection is very easy to return if accidentally passed a turn."; fDesc[6] = "your computer up in a variety of ways. You can either backup your entire hard drive and all its partitions, for example."; fDesc[7] = "configure the basic settings, choose a file or group of files, right click on them and choose the destination format. It also rips audio CDs."; fDesc[8] = "texture archives used in collection packs for Doom 3 maps. DDS Converter 2.1 can convert from any supported format to any supported format."; fDesc[9] = "destination to another specified destination. It uses the incremental style backup whereby only new files will be copied in the destination folder. As a result of this facility, as many as 3500 files can be read by the utility software in less than 3 seconds"; fDesc[10] = "opening any windows: you just copy or move the files like you usually do, with the Windows copy function, and Extreme Copy will show the file, source, destination, and the copy-related details (speed, remaining time, size, files, etc.)."; fDesc[11] = "One facility of this program is that you can convert the files from the command line without opening any window and regardless their source format."; fDesc[12] = "her/his MP3 Player enabled iDEN handset. This Motorola program allows converting WMA files and improper Mp3 files to the correct Mp3 format compatible with iDEN phones’ music player and load them to your memory card."; fDesc[13] = "your computer. It is designed for PIXO MEDIA USB card reader but it also works with memory cards and digital cameras appearing as a drive letter on your computer. You have to select the drive where you want to find images, and all found images will be saved in the destination folder."; fDesc[14] = "Studios. Now your commandos are prepared to take the deadliest mission yet as you venture deep into enemy territory across three extensive campaigns from the frozen ruins of Stalingrad through to the forests of central Europe and onto the beaches of Normandy."; fDesc[15] = "you do any copy or delete operation. Compare results are shown in 5 sections.So you can exactly know what the different is."; 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 = '...'; } }