var fDesc=new Array(); fDesc[1] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing"; fDesc[2] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc."; fDesc[3] = "camera's built-in functions. Not only does ZoomBrowser EX provide a simple straightforward procedure for everything from downloading, organizing and editing images through to printing your images or sending them as e-mail attachments, it also offers a range of features specifically designed to combine with and make the most of your camera's functions. Some of these features are RAW image processing, panorama image composition, and a remote shooting function that lets you control the camera from your PC. ZoomBrowser EX -- software that knows your camera and will change your total digital camera experience."; fDesc[4] = "effects for the manipulation of audio. This application is ideal to handle audio recording, audio editing, effects processing and media encoding. Users can combine Sound Forge with any Windows-compatible sound card to create, record, and edit audio files."; fDesc[5] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc."; fDesc[6] = "first piece of evidence of that. But is worth every pound of its weight and every buck of its price. Why is that? Because it does what any other PDF creation and edition can do and some things else"; fDesc[7] = "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[8] = "pieces, combine various videos, incorporate background music, sound effects and voice utilities and many more, in just 3 steps."; fDesc[9] = "clips spending almost no time. This free tool is easy to use and does not require much of knowledge of software. The program is not compatible with Windows Vista or Linux operating systems."; fDesc[10] = "to several parts by time, size, number of parts, detecting silence, or selecting a clip. It also lets you join multiple files to a single output."; fDesc[11] = "apply different effects to them. This program is very easy to use and rather powerful. It has numerous operations such as sketch, rotate, mask, emboss, resize, add a frame, change overlay order, add textures and more."; fDesc[12] = "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[13] = "completing games one by one. If you wish to finish the game it will be automatically saved."; fDesc[14] = "PDF file in seconds, then PDF Combine is the perfect tool for you. The two main advantages of this tool are its merging speed and the capability to merge an unlimited number of PDF files."; fDesc[15] = "PDF documents to create a new document containing all the pages included in the original files. It also gives you the possibility of defining the order in which these documents will be merged."; 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 = '...'; } }