var fDesc=new Array(); fDesc[1] = "contact list, manage a household budget and keep up with your correspondence. Works gives you the basic tools you need to make your tasks easier from start to finish."; fDesc[2] = "videos. AviSynth works as a frameserver, providing instant editing without the need for temporary files.AviSynth itself does not provide a graphical user interface (GUI), but instead relies on a script system that allows advanced non-linear editing."; fDesc[3] = "plug-in from their video project to easily add professional-grade custom length music scores to all of their digital video projects. This latest edition offers the most effective integration and direct access to a royality-free library of thousands of music scores."; fDesc[4] = "experienced users. You can choose over 200 templates to make your work more creative. You can create wide range of projects such as collages,comic strips, calendars, greeting cards."; fDesc[5] = "capture photos from your camera directly to the program and edit them with one-click editing tool. Ulead Photo Express SE includes over 800 stunning special effects such as decorate props, distinctive edges, stamps and custom signatures."; fDesc[6] = "(including dual layer support) discs, erasing rewritable discs, direct copy disc to disc, etc. Data projects contain directories, folders and files. Audio discs to be played on CD players, portable players and computers CD drives. Mixed projects contain data and audio files."; fDesc[7] = "generated 3D world environments created using Skyline's SkylineGlobe products. With Terra Explorer installed, you can access photo-realistic, aerial image based terrains over the Internet, an intranet, or a DVD/CD-ROM."; fDesc[8] = "save time and give you an unparalleled creative power. Adobe has added a lot of very needy characteristics of production, as lines of time in which they can implement searches based on keywords and navigation projects and nested compositions."; fDesc[9] = "users to share their processing power with the SETI@HOME initiative. It used volunteers' computers to analyze recordings of radio transmissions from outer space. However, nowadays, several projects can be added to the client."; fDesc[10] = "management of projects. The GUI is friendly and easy to use. The installation process is very easy to perform and it requires Java 5 minimum or Java 6 recommended. OpenProj works on Linux, Unix, Mac or Windows platforms, and it's free."; fDesc[11] = "projects from still images, such as collages, calendars, video slideshows with menus, greeting or congratulation cards, creation of web templates and many more. It runs with Windows XP and Vista, requires 512 MB RAM and 1 GB RAM respectively."; fDesc[12] = "generate GIF images by means of this program, or we can create our images with the program's editor - there we can draw and handle different effects that can be added to our drawings. The program supports more than 48 formats, some of them are GIF, JPG, PNG and more."; fDesc[13] = "communicate your thoughts with others in a more effective way. You can work in a more organized way and get more tasks done in less time with this program."; fDesc[14] = "This program has an easy-to-use interface where you will be able to create multiple projects with many tasks, and easily track the status, priority, and many other aspects of the projects, in order to organize your time in a better way and get better results."; fDesc[15] = "represents the complete structure of a project or plan by forming a chart that shows how they will be implemented. By using WBS Chart the projects can easy be understood by the individuals as it presents everything in a very simplified manner."; 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 = '...'; } }