var fDesc=new Array(); fDesc[1] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from."; fDesc[2] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system."; fDesc[3] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization."; fDesc[4] = "stones of the same color diagonally, horizontally or vertically. You can move the falling array of stones by moving your mouse. Once in place, with a click on the left button on your mouse you will drop the entire array."; fDesc[5] = "excellent playback quality, with extra tools to manage our music files. With support for more than thirty audio formats, this player offers all the necessary functions to fully enjoy our music without consuming valuable resources from the system."; fDesc[6] = "and get creative with digital photos in a few steps. This incredible software features an array of advanced tools, filters and special effects to enhance all your photos."; fDesc[7] = "converter, but don't let the name fool you. In the newest versions, they have added a great array of features to it, which also allow it to convert videos for playback on the Playstation 3, the XBOX 360, and more devices."; fDesc[8] = "Games, Sid Meier's Civilization IV: Beyond the Sword offers the widest array of developments in the history of the Civilization franchise."; fDesc[9] = "files that you want to get rid of. It is common knowledge that any file that you delete from your computer could possibly be recovered using a great array of applications. So, when you delete a file, you actually want it deleted for good."; fDesc[10] = ", you’ll be representing Bell in this game and your mission is to succeed in this adventure, keeping the customers happy and making the most profits you can.You can download and try this game for 60 minutes before you buy the licensed version. Also, you can try it online."; fDesc[11] = "comes with multiple options and features that will give as a result a professional-looking banner. Plus it outputs in three formats: Flash, HTML and GIF. The program is simple and does not require the user to have Flash or HTML skills."; fDesc[12] = "parameters, such as drive order and block size, RAID Reconstructor will analyze your drives and determine the correct values."; fDesc[13] = "many more. You can also use your own existing Logo, images, and clip art to help create your labels. It is a versatile label creation software. Not only are there many templates to choose from, but it also comes with a vast array of images in their library."; fDesc[14] = "the latest game sensation. Use the vast array of glorious technicolor fireworks at your disposal and produce your own personalized fireworks extravaganza."; fDesc[15] = "this program for editing an array of different file types. From .DLL files to .INI files to .BAK files, currently, since Text Hack Professional is in Beta process, not all file types have been added. In the final version expect a lot more."; 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 = '...'; } }