var fDesc=new Array(); fDesc[1] = "kind of tasks had to be done using DOS applications that required a great deal of know-how. Now, thanks to Partition Magic, users can create, delete, copy, merge, split, and format partitions and discs, and change their file systems."; fDesc[2] = "Digital Camera. The latest version of this application runs smoothly under Windows Vista, although it can also support Windows XP and 2000. It has been designed for merging up to 26 photos in a single one, either vertical or horizontal."; fDesc[3] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[4] = "advantage of this shell integration is that not only web or software developers can use it but all the people can use it, like translators, doc writers,..."; fDesc[5] = "file. The program can merge almost all the popular video file formats including AVI, Divx, XviD, MPEG, WMV, ASF, RM, MOV, 3GP, MP4, FLV and MKV videos."; fDesc[6] = "program just a video joiner because you can change the output video format to AVI, MP4, 3GP, MPEG, WMV, VOB - and this way you can use the program as video converter too."; fDesc[7] = "you merge PDF files together in a simple way. Use this program to split PDF documents into several files. The program will allow you to customize some advanced parameters. Moreover, it works pretty fast."; fDesc[8] = "video file. The program is very easy to use. Just add some videos to the file list, change the order of the videos according the way you want them to be played and click on the join button to start the merging process."; fDesc[9] = "file. You will also be able to merge your MP3 files without losing any of the original videos' quality. The program is very easy to use. It has got a very friendly and intuitive interface."; fDesc[10] = "pictures in an easy way and in just a couple of seconds. Thanks to this program, you will be able to combine your pictures and merge them into one image."; fDesc[11] = "split audio files into smaller pieces or join several Mp3 files together. With this software, you are going to be able to split audio files into 99 equal parts. Of course you can split into two, three or any number of equal parts you want."; fDesc[12] = "different file, or merge selected pages and full PDF documents into a new one. It offers a high level of flexibility and an adequate number of splitting and merging options. This stand-alone tool does not require the user to have any Adobe application installed."; fDesc[13] = "allow you to capture, convert, split and merge all of your video files. The program will also allow you to burn your video files into CD's in a very short amount of time."; fDesc[14] = ", MPEG1, MPEG2, DVD, VCD, SVCD, WMV, RM, Divx, Ms, MPEG4 and MS. Using this program, you will also be able to burn the files you convert into CD or DVD and to split and merge your video files."; fDesc[15] = "you have several text files that you want to join into a single file. You won´t be able to merge picture, music or movie files with this application. It won´t work when you need to have extra information, like in multimedia files."; 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 = '...'; } }