var fDesc=new Array(); fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta."; fDesc[2] = "enabling the user to edit PDF files in an easy and efficient way. It provides a user friendly editing interface and makes users feel like they are editing a common document with a commonly used editor."; fDesc[3] = "the drawbacks of having files stored in ISO format is that you can't (or is very hard to) modify those files."; fDesc[4] = "to negotiate business of all types, that range from museums to restaurants, including products stores and merchandising. With the new expansion new objects are included as well as styles for the decoration of places and needs of the Sims."; fDesc[5] = "program is very complete but it is easy to use. You can be an expert on software but you will find this program very complete and useful. If you are a beginner, the program's interface will seem really easy and you will have no problems by using it."; fDesc[6] = "with your favorite images or art created and uploaded on wincustomize.org community. The application allows you to create, edit and upload your own logonscreens."; fDesc[7] = "comes with a modest price and works well. The program works with all types of connection modes and makes your LAN faster."; fDesc[8] = "handling icons in PSD, PNG, BMP, and JPEG formats, as well as for creating AVI animations from the GIF original files. 24-bit colors supported. The user interface is very graphical and easy to use. The animation is displayed showing all the frames, and users can edit or modify those individually."; fDesc[9] = "modifications to your hardware are made and all adjustments and settings are done in an easy to use interface."; fDesc[10] = "start-up. The application is not the regular msconfig GUI, though. It actually scans your computer in search for applications that automatically run when you turn on your computer."; fDesc[11] = "the finished page will look exactly the way it was designed. All you have to do is to point and click on desired functions, creating a web page without learning HTML."; fDesc[12] = "time you clic on the text. You can also modify several parameters, like the font, color, shadow and language of the Biblical quote. This version contains more than 500 Biblical verses for you to display."; fDesc[13] = "virtual plastic surgery. The program can be installed in English, French, Portuguese and Spanish. First of all, you must choose a photograph from a person to modify it. It can be in any of the usual graphics formats."; fDesc[14] = "Windows installation. This is half a cosmetic application and half a functional one. It allows you to modify the way Windows looks and the way if operates."; fDesc[15] = "or not, to edit, fix and modify photos in just a few clicks. We can import our photographs and images and modify their exposure, adjust color levels, resize, enhance and share them with our family and friends. It also keeps them safe and organized."; 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 = '...'; } }