var fDesc=new Array();
fDesc[1] = "with most popular music players like Winamp, Windows media player as well as iTunes. Though LyricsSeeker would only work with internet connection, it turns out to be a good tool for music lovers.";
fDesc[2] = "virtually an efficient remote control that allows you to add or change the controlled programs without any sluginesh.";
fDesc[3] = "Point slides directly in the phone, browse/play the songs in ITune, WIinAMP and Media player and much more...";
fDesc[4] = "your computer. As you know, iTunes blocks iPod-to-computer song transfer. With this incredible program, iPod users now can transfer songs from your iPod to computer easily.";
fDesc[5] = "such as line-In, or speakers to WAV, MP3, audio-only AVI, and WMA files (additional formats supported with booster packs). Also lets you record from a DV camcorder or VCR connected to 1394 port.";
fDesc[6] = "River Past and HeavyMath video software. MPEG-4 is commonly used by streaming, especially on cell phones, digital cameras, and other portable devices. Its high quality and small file size is ideal for this purpose. MPEG-4 audio (M4A) is used iTune and iPod for the music encoding, offering better quality than MP3 at the same bitrate.";
fDesc[7] = "in the movie\" problem with MP4 video in iTunes / Quicktime on Vista.";
fDesc[8] = "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[11] = ", Matroska MKV, MOV, MP4, MPEG-1, OGG Media OGM, RM/RAM and WMV to iPod.";
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 = '...';
}
}