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] = ", iFilm, veoh, Flurl, Bebo, Westminsterkennelclub, Break, VSocial, Grouper, TopFreeMusicDownloads, Bolt, dalealplay, Yikers, Revver, eVideoShare, Guba, Vidilife and Blip.tv, and saves them on your computer or directly to your iPOD. All downloaded videos can be converted by TubeHunter to other video formats including MPEG, MPEG4, AVI, DivX, XviD, iPOD MP4, Zune MP4, WMV, MOV, Flash SWF, M4A, Sony PSP, MP3, WAV, AAC, OGG, Mobile 3GP and 3G2. Besides, 3 extra major features of TubeHunter: 1. Convert video file to iPOD/PSP/Mobile/Zune; 2. Convert video file between all popular video formats; 3. Convert your favorite DVD movie to all most popular video/audio formats";
fDesc[4] = "application. You will also be able to save and organize songs by creating playlists, or if you want, you can share them with your friends.";
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 = '...';
}
}