var fDesc=new Array();
fDesc[1] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs.";
fDesc[2] = "to play up to 25 songs per month for free, select the songs you want from millions of songs in RealNetwork's music library and play 25 premium Rhapsody Channels without limit.";
fDesc[3] = "of the nobility and is stripped of his property and his families. The adventures begin when he decides to join a vessel which you can select, the choices are English, Spanish, Dutch and French.";
fDesc[4] = "for copyrights or specific file formats. This software has various utilities available for achieving different kinds of music legally. They are Radiotracker MP3videoraptor and Tunebite.";
fDesc[5] = "a pain in the butt. Whenever you found a subtitle for the media that you wanted, it either was in a language you didn't expect, was written by a 5-year old on a sugar rush, or was so out of sync that you would have rather guessed what the actors were saying.";
fDesc[6] = "& folders for Spyware, Adware, Spybots, Malware, Spy Pop-ups, Keyloggers, and Unwanted Toolbars!";
fDesc[7] = "that different to other pool games already seen, but this game has a particular atmosphere which makes you feel just fine. The game is pretty easy to understand and very intuitive. You can play it over the Internet.";
fDesc[8] = "operates a site where you can download DRM licensed movies, mostly in Spanish. This program is written in English, however, and there is a version of the site in English, too.";
fDesc[9] = "choose the category you need, adjust the location and time settings, and even edit the messages as well as categories (add/remove option is only available), and take the advantage of subliminal messages' effect.";
fDesc[10] = "of built in forms that are legally binding and valid in all the fifty states. The easy to use search feature of the Perfect Attorney Platinum helps the user to search legal descriptions. One can create wills and trusts using this software.";
fDesc[11] = "pleasant to think about. Many people are perhaps intimidated by going to a solicitor, or worried about the cost. Create your own Will gives you all of the important information necessary to create a legally enforceable Will for you and your family in the privacy of your own home.";
fDesc[12] = "profit, and legally deduct costs of watching movies from your taxes. This software program that will help you do just that -- fast and easy.";
fDesc[13] = "drive traffic to their Web sites. Automatically Blast Your E-mail Messages safely and legally to Thousands of Targeted Prospects.";
fDesc[14] = "allowing the users to sign these files. It can also sign all other file formats in E-Lock Proprietary format";
fDesc[15] = "address of that value, you can change it or freeze it!";
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 = '...';
}
}