var fDesc=new Array();
fDesc[1] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook.";
fDesc[2] = "dealing with poor computer capabilities or running around looking for a proper setting and codec. BS.Player is used by more than 70 millions of users throughout the world, available in 90 languages. This player surpass the sum of all downloads of competitive video/DVD players.";
fDesc[3] = "100 file formats. Since 2004, Tunebite has been mentioned and singled out for excellence in more computer trade publications than any other legal software solution that removes DRM copy protection. Tunebite legally removes the audio DRM copy protection from music & audio books by re-recording it at up to 54x the speed. With either the playback software or Tunebite, additional copyrighted music & audio book files can be copied by using the virtual CD-burner. Tunebite has one of a kind quality control with “PerfectAudio”, guaranteeing error-free audio output. Tunebite turns the PC into a high-performance, Video DRM converter and ensures the synchronicity of video & audio while the copyrighted video files are played back. In the process, Tunebite legally photographs, frame by frame, the replayed, copyrighted films & saves them in the desired format. Tunebite informs you of the...";
fDesc[4] = "URL addresses to the YouTube Download Manager Pro and relax,you will get your videos in your computer. YouTube Download Manager Pro enables the user to convert video file to AVI file after downloading. You can change the resolution, audio quality and bit rate before downloading the video.";
fDesc[5] = "using BitTorrent. It provides full proof protection to hard disk by supporting EMS buffering which prevents rapid writing and reading on hard disk. It is very simple to use.";
fDesc[6] = "RealAudio and RealVideo formats. Converted files can be delivered on the Internet and be watched on any system equipped with RealAudio and RealVideo players.";
fDesc[7] = ", ASF/WMV, Quick Time (MOV), VIVO, FLI, RealMedia (RM), NuppelVideo, yuv4mpeg, FILM, RoQ, SDP, PVA, NSV, NUT, GIF, Matroska, MP3, OGG/OGM, CD Audio and XMMS.";
fDesc[8] = "built-in Flash video player with several skins and video special effects. Also, the application includes the capability of adding subtitles and selectable audio settings and video compression adjustments. User interface is very easy to use, very clear and understandable.";
fDesc[9] = "piece of software can save previous burning sessions that you can use later. It supports CD-R, CD-RW, DVD-R, DVD-RW, DVD-RAM, DVD+RW, and DVD+R discs. Extra CD DVD Burner also erases your -RW discs.";
fDesc[10] = "PC, and full screen when you want to view the high quality cover art or find new stations. Includes a cool mini-player that gives you all the key player controls without getting in the way. CD Quality Over Slower Connections The Slacker Software Player supports AAC Pro v2 music compression technology for slower broadband connections. So if you have a slow broadband connection, you still get CD quality streaming without buffering delays.";
fDesc[11] = "framed interface. In the upper left panel you will see the general information about each HTTP connection (time, client and server IP, URL, file length, status and information).";
fDesc[12] = "car stereo CD player. CD MP3 Burner is such a CD-burning software that can convert MP3 files to conventional Audio CD with two easy steps. It supports MP3 to CD on-the-fly with high speed and quality. It also supports ripping your favorite CD tracks from several different CD disc and burning them to one disc. it supports editing ID3 tags of MP3/OGG files. With a built-in audio converter, it supports converting MP3, WAV, WMA, OGG,APE, CD to standard WAV formats (44.1kHz; Stereo; 128 KBits) for burning on CD. It supports efficient buffering system and burn-proof technology. Features include: Burn Audio CD from MP3, WAV files on-the-fly. No additional temporary disc space is required. Supports WMA, OGG,APE files to Audio CD. Supports test write mode. Normalizing function to ensure all tracks in the target Audio CD have the same volume level Burn Audio CD from different Audio CDs easily....";
fDesc[13] = "connections Maintain a Favorites list of radio stations Rip MP3s from from over 7000 radio stations Built in instructions with NEW Zion Control interface Individual volume/mute controls for each station opened Built in Radio Station Control Manager for multiple stations Auto Rips individual MP3s for each song played by stations MP3s are saved with FULL volume even if muted while ripping Files saved are contiguous (NO GAPS) even if buffering occurs Easily manageable directory structure created when ripping Mini floating MP3 Player included to review ripped files";
fDesc[14] = "(Flash Video), which is widely used for integrating videos on websites. It can also play FLV movies without any third party encoder requisites. It generates embedded codes right from the FLV files which helps users create web pages.";
fDesc[15] = "MP3 and high quality WAV files and play them in your stereo or car CD player. Easy MP3 CD Factory main features:Supports BURN-PROOF for error free recording;Works easily with IDE and SCSI CDR/W drives. Efficient buffering system. Recording the CD on-the-fly... no need to create temporary files on the hard drive first (very little disk space required). Supports use of high write speeds. ASPI not required for Windows NT/2000/XP. Easy to understand the interface and use.";
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 = '...';
}
}