var fDesc=new Array(); fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player."; fDesc[2] = "picture quality even at high compression ratios. Xvid is similar to DivX, since it is an open source project, distributed under the terms of the GNU General Public License (GPL). That means that it´s free to use, and everyone can contribute to its development."; fDesc[3] = "software makes it easier than ever to do the things you want with your camera. This version has a new interface, and support for Windows Vista."; fDesc[4] = "images and movie clips. It’s new and improved tools helps you to edit, enhance and give a new look and glow to your photos. The browser supports a variety of image, sound and video file formats and helps to give a new look and glow to your photos."; fDesc[5] = "your video files in AVI, MPEG-1, MPEG-2, DivX, XviD, WMV, ASF, VCD, SVCD and DVD formats to any format you need. This is an All-In-One solution for those people that have a lot of movie files in different formats and want to convert them all to VCD, for example."; fDesc[6] = ", Yahoo Messenger, AIM, and ICQ. VoIP features include free internet calls, low cost PC to phone, and phone to PC calls."; fDesc[7] = "audio and video. You may capture your video footage directly, using a web-cam attached to your computer. You may then edit the audio and video tracks of this media file, separately and independently of each other."; fDesc[8] = ", installed devices, memory and CPU usage, running processes and service, drive properties, among other technical details. All this information can be can be saved as a file, exported to HTML, XML or text format, and just viewed in its categorized user interface."; fDesc[9] = "burn, convert, split and merge: AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV and any most used video formats. Color7 Video Converter will enable you to make faster and better encoding."; fDesc[10] = "short amount of time. The program supports the most popular video formats, including AVI, FLV, Mp4, WMV, MP3G and 3GP. This application also allows you to extract audio from your video files."; fDesc[11] = "of software. Thanks to its intuitive and perfectly designed interface users can take full advantage of all its features."; fDesc[12] = "time to Flash Media Server software or Flash Video Streaming Service (FVSS). When high-quality streaming is your priority, Flash Media Encoder can help you broadcast live events and around-the-clock broadcasting."; fDesc[13] = "perform (except by the lack of sound recording, available only for the Pro version). This software can save avi video files only. It works smoothly and uses a reasonable amount of resources. The quality and size of the resulting video is moderately good."; fDesc[14] = "Scritures and powerpoint presentations with the help of a video projector. It is a valuable tool that allows the user to save time while preparing a more appealing worship session."; fDesc[15] = "to any other format. It supports a very wide variety of file formats without the need of third party software."; 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 = '...'; } }