var fDesc=new Array(); fDesc[1] = "spreadsheet application; Presentations; the Visual Intelligence data analysis software; WordPerfect Lightning, a Web-connected note-taking app; and WordPerfect Mail for managing e-mail."; fDesc[3] = "application works just fine and the conversion experience that provides is absolutely realistic, even for former Mac users. Besides the visual effects implied, the sound schemes that also are included complements the conversion."; fDesc[4] = "of media files or content from the net on different P2P network. The huge network of its peer-to-peer, windows-based client technology allows to quickly and easily download, upload, and share media files and allows to communicate with your near and dear ones."; fDesc[5] = "movies. It presents lots of useful features and tools including a video editor to crop and add effects, video triming, a PSP movie manager, and an iPod video transfer manager ."; fDesc[6] = "experiences with Microsoft Silverlight. Microsoft Expression Encoder 2.0 is a tool that simplifies analog data into figures conversion processes, improves image quality and publication of multifunctional media content."; fDesc[7] = "if you use the older versions can see this. It is easy to use, you just install it, search and download, support multiple searches and downloads too, the interface is elegant and you can choose what languages use because the international version has many."; fDesc[8] = "applications and other customized software. It software is based on the Lua scripting engine which is common in all of the Indigo Rose tools. The output so obtained from the software is comparable to the output created by C++ and Java."; fDesc[9] = "collection of movies and don't really know how to organize it. This cataloging software takes a rather simplistic approach. On the left, you will see a field where movies are added. That is going to be your list. On the right, there are the details of the selected movie."; fDesc[10] = "well, and most of them look and feel exactly the same. The main goal of this application is to allow the user to convert an AVI file into a DVD ISO."; fDesc[11] = "Eclipse. With over 1,360,000 downloads to date, thousands of developers a day are discovering why Aptana Studio is now the leading choice of web professionals everywhere."; fDesc[13] = "availability, Disks, Processes, Network Monitoring (Processes accessing Internet, Network Traffic/Speed), Services, StartUp Programs."; fDesc[14] = "designed in between CAD and Desktop Publishing style so you can use the ease of DTP with the power of cad core. You can import/export your drawings."; fDesc[15] = "anyone could modify, use, and tinker with. It is developed under the GNU General Public License by many people scattered around the globe. The core developers are:"; fDesc[16] = "program offering them a quick one-click render for model adjustments and for online productions. All the features available in the full product are available in this free edition of IDX Renditioner Express Free 1.0 except that this program renders image sizes at a maximum of 600 x 480 pixels."; fDesc[17] = "should make it a classic. However, in the little time that I spent playing this, I didn't feel the game was any better than any other city builder. At the core of the game, there is the premise of the story line."; fDesc[18] = "convert DVD movie to Zune video and audio formats, including DVD to WMV, DVD to MPEG-4, and DVD to WMA, AAC, and MP3 with great quality."; fDesc[19] = "stream media files. The converted FLV files can be uploaded to popular video sites such as Youtube, Google Video, Myspace and Yahoo Video."; fDesc[20] = "convert DVD movies to Zune. Up to 4x faster DVD to Zune conversion than other solutions. High quality with advanced video editing features."; 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 = '...'; } }