var fDesc=new Array();
fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have.";
fDesc[2] = "few clicks, and then enjoy it with versatile streaming features. With Nero you are sure that your data is safe after an event of system crash or a damaged disc.";
fDesc[3] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc.";
fDesc[4] = "formats in minutes. It's fully customizable as it enables users to adjust the compression and encoder rates, resolution, and frame rate of the output files, plus set the output size. It even allows to preview the output file before converting.";
fDesc[5] = "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[6] = "over 7000 radio stations around the world, built-in media player, customizable audio and sound effects options, and editing and recording state-of-the-art features.";
fDesc[7] = "photos and other images. This incredible program enables you to crop, rotate and resize and also add effects like sepia tones, red eye reduction, grayscale as well as the ability to change the hue, saturation and brightness levels, and a lot more.";
fDesc[8] = "popular portable and mobile devices, with free updates to others as they become available. Access your files quickly and hassle-free from any source including your PC, digital camera, portable devices, and from online communities.";
fDesc[9] = "able, among other things, to extract any kind of file from your computer to your iPod and vice-versa. iPod Access for Windows 4.2 is very easy to use and has got a friendly and simple interface.";
fDesc[10] = "Ignition gives you instant access to all your PCs, whether they are LogMeIn Free, Pro or IT Reach computers. Your log in information and preferences are stored securely, enabling instant access from anywhere without having to remember all of your passwords.";
fDesc[11] = "found a couple that really work every time: Ipod Access and a couple of ones for Mac. This one does work, too. It also has got a nice design and is intuitive enough that a beginner user can start using it almost instantly.";
fDesc[12] = "Extended, Case-sensitive) that are located on a physical drive, on an image of a .dmg disk, or in a raw file system dump. The browser program Catacombae HFSExplorer is compatible with Windows.";
fDesc[13] = "Center. XPlay even makes Mac iPods work with Windows, and perhaps more impressively, with iTunes for Windows. Oriented to iPods users who use a Windows-based PC.";
fDesc[14] = "blessing for frustrated Apple's iTunes users who can't copy music files from iPod to pc desktop or laptop since iTunes blocks iPod-to-computer song transfer. Now the things are different! With Lenogo iPod to PC Transfer, iPod users can transfer iPod Songs to PC easily. Lenogo iPod to PC Transfer utilizes iPod's internal database to display your iPod's contents instantly. Lenogo iPod to PC Transfer is fully compatible with all existing iPod including iPod(1st, 2nd, 3rd, 4th, and 5th generation iPod), iPod Photo, iPod mini, iPod shuffle, iPod nano and iPod video. Features: Powerful transfer: iPod music backup/recovery to PC Complete transfer: Backup artists, albums, ratings and play lists. Fastest transfer: Transfer speed is ultimately high. Easy single-step transfer: directly transfer music from iPod to PC, no need of any mid step. Compatible transfer: Full compatibility with all iPod...";
fDesc[15] = "iPod and back onto your computer. This incredible program enables you to select individual photos and albums to be moved back onto your computer or an external hard drive in seconds.";
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 = '...';
}
}