var fDesc=new Array();
fDesc[1] = "adds the ability to buy movies online as well. The estimated cost for each movie varies between about $2 and $5. This version also includes a tool called Genius, which lets you create playlists automatically by analyzing your personal library for songs that are related.";
fDesc[2] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[3] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies.";
fDesc[4] = "the beat, and what's more interesting debuts a new hearing \"Now Playing,\" which aims to compensate for the lack of displays offering a slideshow elegant and full of visual effects with photos and information about the artist that we are listening.";
fDesc[5] = "Version or the Professional Version of the program. This review is based on the Home Version, and the indicated price belongs to the Home Version too.";
fDesc[6] = "festivals of all types, including the celebration of anniversaries and other elegant or informal events. Of course we will have a lot of variety in the paraphernalia that supposes preparing a celebration, whether in the floral subject matter, the furniture, the buffet, games...";
fDesc[7] = "your clockâs face.This clock does not interfere in your work by appearing on any open application and will not occupy much space on your system.";
fDesc[8] = "difference to the charm of the homepage of an ordinary website, by adding elegant and stylish buttons and good looks, thereby making it user friendly and eye catching.";
fDesc[9] = "elegant text or image watermark label. Provides built-in set of ready-to-use watermark types, integrates with Windows Explorer menu;";
fDesc[10] = "supports a wide number of audio formats, 32 in total, including the most popular ones. Among its functionalities, the application incorporates a series of tools that add more points to its favor.";
fDesc[11] = "This style pack is best suited for photo slideshows, tributes or memoirs, romantic pictures/video. This style pack has 6 slick photo styles that bring any treasured memory to life with depth, color and motifs on frames.";
fDesc[12] = "decorated Christmas tree. But it is not the regular scene with a Christmas tree in it. This time you will see an elegant background in red, with the tree on one side and a beautiful clock on the other";
fDesc[13] = "owner of a website, then this simple application will let you create your own web albums by using nice included templates, and upload them to your server easily.";
fDesc[15] = "interface like that introduced in Microsoft Office 2007. It is written in 100% managed C# and is CLS compliant.";
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 = '...';
}
}