var fDesc=new Array(); fDesc[1] = "program that you install on your computer. This incredible program shows you which are the AVS programs that you have installed on your computer, which are registered or not, and also alerts you if there's any promotion or discount available"; fDesc[2] = "easily. Office Visio is a powerful program to create professional-looking and very handy diagrams that enable you to communicate information to a broad audience at a glance."; fDesc[3] = "field to Windows Explorer that allows the user to visualize in real time what the size of his folders is. Similar to the File Size field, this new field makes working with files and folders a whole lot easier."; fDesc[5] = "through a plug-in. This program enables corporations to easily visualize, analyze and manipulate data for efficient enterprise information structural design."; fDesc[6] = "able to plan the lighting you will use in a room, scene or building. The program will be able to calculate and visualize the daylight, as well as letting you plan your lighting scenes, plan the color and intensity of the lights you will use or position on the project the emergency lighting."; fDesc[7] = "are working on something that needs creative thinking and we need more memory, we can use this program! It is filled with a lot of tools or features."; fDesc[8] = "models from a huge list. yYu can draw your own model skeletons, assigning/creating new materials (like textures), and visualize them in four separate view panels, each one with his own display configuration and settings."; fDesc[9] = "visualize it on your browser. You can print wherever you want via the cellphone and an Internet connection without the need of having any drivers, software, or cables."; fDesc[10] = "the need of installing any other additional application. It is usually in documents with the odt file extension, but also supports files with the swx extension."; fDesc[11] = "realism! Fun and powerful tool for seeing how different color options look on your walls, clothing, autos and more. Your imagination is the only limit!"; fDesc[12] = "multimedia applications, like rich-media CD-ROMS. You can navigate the iPix files in the same way as with the ActiveX or Java plugin."; fDesc[13] = "determined files and you do not remember the name you gave to it. Well, LabelsWin will help you identify the priority of your files, changing the color of your file icons where you can classify them as “personal”, \"cool\", “projects”, etc. etc."; fDesc[14] = "you to visualize how your boxes or books designs will look if you use this or that image. Despite of how simple it may seem, BoxMaker offers to you a wealth of options."; fDesc[15] = "their menstrual cycles. The woman who uses this program will always be informed when the ovulation process comes and how long this process takes."; 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 = '...'; } }