var fDesc=new Array();
fDesc[1] = "PC or server all around the world within just a few seconds. You can remote control your partner's PC as if you were sitting right in front of it. Find out why more than 15.000.000 users trust TeamViewer!";
fDesc[2] = "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[3] = "Kane, a convict who is on his way to death but he is suddenly saved by his former partners and current creditors, The7, and taken into the prison transportation van.";
fDesc[4] = "When installed in the system, the application appears on the printing dialogs in all the programs as one more printer to select. When user sends the corresponding document to 'Broadgun pdfMachine' printer, the printing streams to a new PDF document created by this application.";
fDesc[5] = "their new business up and running. The player can take a tutorial to learn to play the game. You must pick up the pet clicking on it, click on the grooming station to groom cats fur and clip their nails or in the bath station to clean a dog, or put a ribbon to a dog or a cat.";
fDesc[6] = "to be infallible. This program enables to transfer data between colleagues, partners, customers or friends and relatives in a secure manner. It offers one password for the file, which is to be shared by the two parties.";
fDesc[7] = "partners. With a simple and clean interface you can easily install this application locally on a single workstation or on several workstations based on any network at the same time.";
fDesc[8] = "want to edit video files for fun, to show to your job partners, bosses or friends, this program will be really useful to you. You shouldn't worry about you having previous experience. The program comes with a lot of special effects.";
fDesc[9] = "into your desktop organizers, typically Microsoft Outlook and Microsoft Outlook Express, among others. The programs allows anyone to stay organized, provided they use any Infotriever-enabled partner.";
fDesc[10] = "you can surprise them! SeeYa! 2 will add voice and/or text comments to your slides and will create a compact self-executable or zip file that you can easily email to those you want to share your experiences with.";
fDesc[11] = "process to execute their part, regardless of where they are located. All that is required is an Internet connection and you can work from anywhere since everything is in one central location that is accessible through the website.";
fDesc[12] = "simply spies on you and stabs you in the back. That is a dramatization, but that is exactly what it does, with your consent. When you install this sneaky application in your system, it will start monitoring all your Internet browsing.";
fDesc[13] = "and friends and have some Adult Fun at the same time.";
fDesc[14] = "partners and new friends, and getting them whatever they need. They’ll express what they need using dialogue bubbles above their heads. You’ll be dealing with different types of campers, so you better be prepared!";
fDesc[15] = "provides all the standard information about your chat partner plus a whole lot more.";
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 = '...';
}
}