var fDesc=new Array();
fDesc[1] = "manage your collections of flash videos.You can create a Playlist by adding necessary tags and rate your videos. In Personal videos, you can queue up videos and download them. In Favorites you can automatically download the latest episodes of your favorite TV shows.";
fDesc[2] = "to edit MPEG files easily without re-encoding. This incredible program enables you to cut unwanted parts and remove TV advertisings from DVDs or video files recorded with various PVR, DVR and DVD camcorders while preserving the original quality.";
fDesc[3] = "entering keywords of the episodes you want to download, you can get a list of related episodes, then you can choose the best one to download.";
fDesc[4] = "and will open it in your favorite bittorrent client.";
fDesc[5] = "and QuickTime VR objects, to shoot film’s episodes and animation. This application can be used by architects, designers and 3D CAD users.";
fDesc[6] = "themes - Rich graphics artwork - 6 episodes with something new on each one - Post your personal scores to Internet";
fDesc[7] = "set Fast/slow motion to our video, empty frames, bitmap clips and more, we can add transition effects and custom audio to our projects too. Additionally, with the help of this program we can personalize these effects and create effects of our own.";
fDesc[8] = ", including VCD, SVCD and AVI. When ripping your files with this program, you will notice that it works with a very fast conversion speed. The files you rip will not lose any quality during the process.";
fDesc[9] = "phone into a portable movies centre, it design for anyone who wants to enjoy DVD movies on mobile phone.";
fDesc[10] = "Game. Just to give an idea, take into account that the game has seventy two levels to play. The whole game is designed to make you feel as you were inside a Disneyland motion picture, with the fable characters, the touching music and the fantastic adventures to live.";
fDesc[11] = "digitally distributed episodic gaming at you disposal. The Sam and Max - Season One 1.0 game has excellent graphics. The character animation details are highly exceptional.";
fDesc[12] = "visual effects, beautiful music and sound effects, many enemies and monsters, 6 episodes and 60 outstanding levels of fun! Real 3d arcade!";
fDesc[13] = "Episodes. This is the first one. All the episodes use the Source engine, which is one of the best for first person shooters. Since the release of the game, the engine has been updated several times, and those changes reflect on the games that use the engine.";
fDesc[14] = "Championship, Golf, Hockey, Football, Basketball to channels such as Fox News, CNN, BBC, Starz, HBO, etc.";
fDesc[15] = "converting your DVD files into formats that are compatible with iPod and some other portable devices. With this program you do not have to worry about which conversion tool you should use for extracting your video files to your iPod.";
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 = '...';
}
}