var fDesc=new Array();
fDesc[1] = "beautifully designed and is perhaps the most powerful solution for sharing media among several devices. When installed, TVersity Media Server creates a sharing service on your computer. It broadcasts a uPNP signal that can be found by any uPNP-enabled devices.";
fDesc[2] = "the most popular portable devices (including iPhone, iPod, Zune, Pocket PC, XBOX 360, and others). Includes a fully functional DVD player.";
fDesc[3] = "statement to back up. But the facts speak for themselves. Usually, you see a converter that works for the iPhone, one that converts files for playback on the XBOX 360, and one for the popular formats.";
fDesc[4] = "go where you desire. The main objective is to grab the coins located on strategic places on the board. Time is running and you have a specific number of coins to collect in order to achieve the next level.";
fDesc[15] = "Mobile Ringtone Converter Aya Photo SlideShow Creator. You can convert,split,cut video and audio from one format to another format";
fDesc[16] = "Audio Converter . You can convert,split,cut video and audio from one format to another format";
fDesc[18] = "converts YouTube videos to other formats including avi,wmv,mov,dvd,mpeg,f lv,3gp,mp4,3gp2,ipod,p sp,swf...etc.";
fDesc[19] = "includes MS Zune,Xbox 360,Archos MP4,Epson MP4,iRiver MP4,iAudio MP4,Creative Zen,Epson MP4,HP iPaq,Pocket PC,PDA etc ...";
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 = '...';
}
}