var fDesc=new Array();
fDesc[1] = "them to embed videos in web spaces, blogs, or sites. This tool simplifies the experience of video managing with a modest usage of system resources and good quality, which makes it a good choice for online videos.";
fDesc[2] = "keyboards and most recently laptops come with multimedia buttons and what are called quick launch buttons. HP Quick Launch Buttons is Hewlett Packard's software solution to enable and control the functions of the buttons included in their laptops and desktops.";
fDesc[3] = "Orbit Downloader is a complete solution for your media and data downloading from the web. Orbit Downloader supports HTTP/FTP/HTTPS/RTSP/MM S/RTMP protocols and provides a total solution for downloading media from all the rich media sites like Youtube or Google videos.";
fDesc[4] = "the movement of files considerably and it also adds several functions that are not present by default on Windows. When you are copying files with TeraCopy you will notice that you are given more information than before.";
fDesc[5] = "located in the hard disk of your computer or directly from the Internet. Using this program, you will be able to play any of the video files you download directly from the most popular video-sharing websites, such as YouTube, iFilm.com DailyMotion, etc.";
fDesc[6] = "the three games is to collect as much money as we can, so that the money meter reaches the highest position and we move on to the next level. Each game features three levels of difficulties: easy, normal, and hard.";
fDesc[7] = "choosing a ball you wish to place in an adjacent place, and click over that place. The balls will change positions, and if they complete a row of three or more balls with the same color, the row will be cleared. You can´t move the black balls.";
fDesc[8] = "into separately files (VOB format too). The program seems to be easy to use, however it gets sometimes tricky, since some buttons don't work as expected. What comes to the rest, it's fairly easy to use.";
fDesc[9] = "has a clear and intuitive interface to divide the audio file you want, whether specific parts of the track, intervals of the same length and even the silences. It supports Drag & Drop, and batch mode to cut multiple files at once.";
fDesc[10] = "to do is create matches on the board by placing the pieces you get from the game. On the top of the screen, you’ll be seeing the next three or four pieces to come, so you can anticipate your movements.";
fDesc[11] = "or 3 years and gives the popular media player some extra usability. I think it is safe to assume that we have all used our computers to listen to songs or watch video at least once.";
fDesc[12] = "PC. You can pause the copy or moving process anytime and resume the process anytime. Total Copy integrates into the right click menu and becomes available while dragging and dropping files.";
fDesc[13] = "has been around for quite a while, and its popularity has been increasing ever since. It deals with a common problem of the multi-tasker: doing as much as he/she can from a single location.";
fDesc[14] = "computer. It runs under the following operating systems: Windows 98, ME, NT, 2000, XP, and Vista. X-VCD Player 1.4 is the newest released version of this freeware by Xequte Software. We can download this product directly from the developer's website.";
fDesc[15] = "the download speed and so you can download large files quickly. Download Boost have an attractive green colored user interface you will surely like its user interface. Download boost support pause and resume for broken downloads also.";
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 = '...';
}
}