var fDesc=new Array();
fDesc[1] = "restricts the output formats that you can use to save those videos to as well. So, on top of only being able to download only 50% of a video, you have to put up with downloading an FLV file instead of an MP4 file.";
fDesc[2] = "Annotate & cross reference information, edit it using rich HTML editing, organize it and use full text search to find information.";
fDesc[3] = ", convert MPEG to AVI. The AVI MPEG Converter supports convert AVI, MPEG, MP4, 3GP, MOV, RM, H264 AVC, WMV to AVI or MPEG.";
fDesc[4] = "depositing in different currencies. Best of all - it's ALL FREE!";
fDesc[5] = "addition, check the All Jackpots website to see promotions going on only at All Jackpots.";
fDesc[6] = "and $150 They also offer a superb VIP program that keep players coming back for more and more and more...";
fDesc[10] = "editor, free updates, and e-mail support. Double-clicking on a data file starts program and loads file.";
fDesc[11] = "interface, which is really intuitive, attractive and easy-to-use. The sharing process can be initiated through the Oneeko Web site, via email or Skype from any PC, but Mac and Linux users can also share their screens";
fDesc[12] = "your photo collection to be in ideal order? More info and free download at PhotoSorter.net";
fDesc[13] = "number of Russian words as quickly as possible in a systematic but fun & simple way.";
fDesc[14] = "software helps students learn a large number of Russian words as quickly as possible in a systematic but fun & simple way.";
fDesc[15] = "another, extract audio from video files, extract audio tracks from CD Audio (CD Ripping), and download CD metadata from online database.";
fDesc[16] = "excellent functions, it can speak, translate, open 180 homepages at the same time, and more: (1)Advanced multi-page browsing: can open up to 180...";
fDesc[17] = "PocketLearn content files that are created using both free and commercial tools available from PocketLearn.com";
fDesc[18] = "control system, track file status with comments, use Adobe Bridge to find files visually, search for XMP metadata, and host Adobe PDF reviews.";
fDesc[19] = "PocketLearn content files that are created using both free and commercial tools available from PocketLearn.com";
fDesc[20] = "administrators monitor, diagnose and troubleshoot their IT resources. OpUtils is web-based and very quick.";
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 = '...';
}
}