var fDesc=new Array(); fDesc[1] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions."; fDesc[2] = "dedicated to downloading and uploading files like in a wholesale, and it has every tool needed to do it in the best and most efficient way possible. Like many other torrent managers, it can handle magnet files. It has a scheduler for your downloads."; fDesc[3] = "user-contributed bandwidth to traditional content publishers while leaving publishers in full control of their files."; fDesc[4] = "industries. Ovi includes all of the PC suite functions and features while having additional features and a far more intuitive and attractive user interface."; 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] = "is easier to say what this program can’t do than to say what it can do. One of the best programs for working with media files!"; fDesc[7] = "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[8] = ", such as mobile phones, PDAs, smartphones, flash cards, among others.This incredible software enables you to upload ringtones, audio and video clips, pictures, using Bluetooth, IrDA or USB (flash cards only)."; fDesc[9] = "incredible application enables you to watch your TV shows from any place in the world and remotely access photos, music and videos directly from home, without the trouble of uploading them."; fDesc[10] = "source application, under GPL License, through which we can handle our music collection, watch DVD’s, share our photographs with family and friends, among many other options."; fDesc[11] = "create a media library with your favorite music, images and video. The new user interface will help you set-up Philips Media Manager easily. It is possible to define for each watch folder the type of content (audio, pictures, and video)."; fDesc[12] = "based media experiences and rich interactive applications for the Web. By using Expression Studio and Visual Studio, designers and developers can collaborate more effectively using the skills they have today to light up the Web of tomorrow."; fDesc[13] = "images. It could be photos, graphics, sounds, video files and so on. Moreover, there is built-in download manager, which lets you take images from the Internet."; fDesc[14] = "personal blogs, webpages, etc. It enables users to import templates to design messages and edit them: add buttons, pages, layers, and so on. Users can also add their own images (in GIF, JPG, PNG formats) and add their own music or video files to make the widget even more attractive."; fDesc[15] = "image or sound. Playing video, audio, pictures, radio, television ... all that and much more can be found in Media Portal. Media Gateway is also an open source project, meaning that all users can help develop it."; 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 = '...'; } }