var fDesc=new Array(); fDesc[1] = "supports mpeg2 (that is, Quick time is now compatible with .mpg, .mpeg, .vob, .vro, .m2v, .m2a, .m2s). It is also compatible with a variety of audio formats like AIFF, WAV, MOV, MP4 (AAC only), CAF and AAC/ADTS. QuickTime also opens images in jpeg format and other image formats."; fDesc[2] = "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[3] = "interface and a ton of features tightly integrated into its context menu, it flies miles over the other multimedia players."; fDesc[4] = "and cd burning wizards. Make playlists of your favourite tracks and save to your hard disk or a portable device. Convert MP3 ,MP3 pro and WAV files to MP3,MP3 vbr,WAV,MP3pro and MP3 pro vbr with adjustable bit rate."; fDesc[5] = "native support for several popular audio formats. There are many more features, like ripping audio CDs and file tagging."; fDesc[6] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site."; fDesc[7] = "while you are surfing the web. The player runs smoother than ever before, and now it has the ability to download videos from the internet, including videos from YouTube."; fDesc[8] = "audio player, burn audio to CD, listen to Audible audio on your PC and manage audio on your mobile audio player."; fDesc[9] = "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[10] = "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[11] = "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[12] = "versions of Microsoft Office. These cute little characters are funny to watch. It also includes real people dancing. We can download more dancers to add to the dancers list. It has the ability to dance according to the music that is playing."; fDesc[13] = "Features of the program include support for drag and drop, batch conversion, and the possibility to configure output settings like frequency (for MP3 files only)."; fDesc[14] = "assist you in the transcription of audio recordings. The program is installed on the typist's computer and can be controlled using a transcription foot pedal or a keyboard ."; fDesc[15] = "It includes two players with their own play lists, four great effects, pitch control, 6 loop times, 5 Cue Points and good search engine for audio files on your hard disk."; 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 = '...'; } }