var fDesc=new Array(); fDesc[1] = "manage your collections of flash videos.You can create a Playlist by adding necessary tags and rate your videos. In Personal videos, you can queue up videos and download them. In Favorites you can automatically download the latest episodes of your favorite TV shows."; fDesc[2] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook."; fDesc[3] = "hosted on your computer (while it is online) from work, another computer, a TV with WII, XBox or PS3 or your mobile phone."; fDesc[4] = "organize TV channels, radio stations, music, photos and videos, share multimedia files through the home network to other computers using Universal Plug and Play technology, also converting and real-time transcoding media formats automatically for any device."; fDesc[5] = "VoIP calls and Instant Messaging conversations."; fDesc[6] = "files formats supported by this software are as follow: MPEG1, PEG2, MPEG4, I tunes M4A, Matroska, OGG, OGM, Quicktime, RealMedia, WindowsMedia, WMV, WMA Microsoft RIFF (including AVI, WAV) Sound-only formats (AC3, AAC, AU, AIFF, DTS...)"; fDesc[7] = "radio stations from all over the world. And new stations are regularly added to their directory. You can search this directory from Phonostar player by country, by language, by Genre, by stream format, by station type or by quality."; fDesc[8] = "Other activities like net surfing or some other works can also be done. This software can be used as a gadget when it is attached to Vista. Along with its interface designs, all of different categories, it can be used alone."; fDesc[9] = "also available on FOX's website and plays those on your desktop. For some reason, FOX News Live did not enable me to connect to all the streams."; fDesc[10] = "broadcasts, etc) from the Internet to play it later offline. With this program you will be able to save a lot of time and money, since you can leave it downloading multiple content at the same time, and even schedule downloads specifying the URL, etc."; fDesc[11] = "channels include the ITV - UK, ESPN -US, RIO and porn. Ability to pause/resume live TV."; fDesc[12] = "You find a stream running down the mountain. You start following it, enjoying the beauty of the scenery, while at the same time feeling very relaxed and at ease with the continuous sound of the stream as it flows over the rocks."; fDesc[13] = ", multiplex, and remultiplex MPEG-2 Transport and Program Streams as well as MP4 files, trim HD DVD, iPod, PSP and AVI files."; fDesc[14] = "hardware and operational information is kept, that contain data. In most cases files would contain one data stream, which is identified in the directory as an ‘unnamed’ stream. Stream Explorer 1.0.3 will allow users to trace these streams."; fDesc[15] = "seconds. With MP3 Stream Creator you can create nice audio control buttons in flash movie format. It also supports looped SWFs and allows you to adjust the frame rate of an SWF file."; 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 = '...'; } }