var fDesc=new Array(); fDesc[1] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files"; fDesc[2] = "keyboards and most recently laptops come with multimedia buttons and what are called quick launch buttons. HP Quick Launch Buttons is Hewlett Packard's software solution to enable and control the functions of the buttons included in their laptops and desktops."; fDesc[3] = "you can still enjoy InterActual Features by installing the InterActual Player software included on the DVD. Using this solution, your DVD Video and all InterActual Features will play in the InterActual Player application."; fDesc[4] = "features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more. One of the most remarkable SMPlayer’s features is its ability to remember the settings of all files you play."; fDesc[5] = "use it with Winamp, Windows Media Player, Musicmatch, iTunes, jetAudio, Google Sidebar, Real Player, MediaMonkey and other well known media players. WhiteCap will give a new fresh look to your player."; fDesc[6] = "defaults preference for the windows media player. Most of the time it so happens that after you install many softwares or codes, a video file may not play in windows media player or Media Center. This can be corrected by using this program."; fDesc[7] = "but most of all, for long movies, all in high quality. It is fast and has a menu system which will appear even while you are playing"; fDesc[8] = "karaoke formats. Kara Fun offers an in-built karaoke editor to create exotic karaoke music files with custom pictures or video. Kara Fun offers an in-built format conversion tool that can convert any video file to AVI or WMV and any audio file to WAV or WMA using single click."; fDesc[9] = "1) Digital Media - Includes some essential softwares for audio conversion, media player improvements, etc. 2) Games - 3 Games for your kids 3) Themes - Some basic themes for windows 4) ScreenSavers - Some Screensavers"; fDesc[10] = "to run different operating systems on the same computer. For example, if you install it in Windows, you can create a Virtual Disk (just a big file to reserve some space) and install another operating system (like Ubuntu) on it (file). A portion of RAM is to be set aside for this OS to be run."; fDesc[11] = "player is directly connected to its online database of streamed radio stations and TV channels. Presently web media player’s database has more then 170 online TV channels and more then 800 online radio stations."; fDesc[12] = "content. Also you can open multiple videos by drag and drop onto the main window, or paste the desired URLs in the center of the main window. You can see the video in full screen, zoom 2x, and 5x, rewind, increase, decrease, mute volume and change settings."; fDesc[13] = "for specific songs and the results will be shown below. There are thousands of songs available. And yet, this is a legal application. The trick is simple. Muziic searches for songs at Youtube.com and gives you the sound of the video that you select."; fDesc[14] = "opportunity to watch different videos online in full screen mode as well as browse video scenes using thumbnails. You can easily jump from one scene in the video to another which goes afterwards, even if that piece of video has not been downloaded yet."; fDesc[15] = "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[16] = "for the Winamp skin folder, then specify Windows Media Player's skin folder, and the program will start the conversion."; fDesc[17] = "download a video; it also comes with a built-in video converter that can convert the downloaded video for your iPod, iPhone, 3GP player, Xbox player, Archos and for many other popular multimedia players."; fDesc[18] = "excellent choice. It has great features and it's totally free. This simple yet complete media player will surprise you for its flexibility to play many audio formats as well as other cool functions you will enjoy a lot."; fDesc[19] = "web browser like Internet Explorer. It offers full support to the flash technology and incorporates lots of useful features, like a SWF player to play .swf files and a FLV player for playing all the default .flv flash files as well."; 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 = '...'; } }