var fDesc=new Array();
fDesc[1] = "captured can be encoded to MP3 on the fly, and no temporary file needed. It also provides ID3 tag editor and audio editor to edit recorded files.";
fDesc[2] = "promotions going on only at All Slots.";
fDesc[3] = "excellent quality.";
fDesc[4] = "Linux distributions. Digg is a web service that allows users to rate stories found on the Internet. They can also rate pictures, videos, etc. If you go to Digg.com, you can browse through a lot of content, and the most popular content will appear first.";
fDesc[5] = "and drop them into Boomer Audio and convert to Flash.";
fDesc[6] = "quality.";
fDesc[7] = "loss of quality. super fast DVD ripping speed ! Incredible output quality !";
fDesc[8] = "for each spin.There is a wild card hich if used will double,triple or even quadruple some.With 243 PayLines there are naturally a lot of pays";
fDesc[9] = "manager.";
fDesc[10] = "around the world directly from your browser. All you need is your PC and no extra hardware.";
fDesc[11] = "of math puzzles, with 3 ways to play. The 11 levels of difficulty ensure continuing challenge. For ages 9 and up.";
fDesc[13] = "excellent output quality.";
fDesc[14] = ", MPEG, MP4, WMV, 3GP, MOV, H.264,AVC, RMVB, FLV PSP MP4, iPod, iPhone, Zune etc. from all popular video format";
fDesc[15] = "JukeBx changes this. It creates playlists as it plays that it creates based on how you, and nine other users, rate the song.";
fDesc[16] = "and reading media supports.";
fDesc[18] = "ASF, MPEG, VCD, DVD to Zune 3GP Flash SWF FLV PSP PMP MP3 AC3";
fDesc[19] = "with high speed and fine quality. It automatically converts almost all formats of video files.";
fDesc[20] = "mode.";
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 = '...';
}
}