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] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[3] = "in the world of lineage. It is a classic MMORPG with a lot of elements very straight forward. Although it may be hard for casual gamers, committed gamers will enjoy this good time.";
fDesc[5] = ", loop, and restart the video is possible.Videos will be displayed in original size.";
fDesc[6] = "races of the world, the old conflicts between the different beings who inhabits the planet it began to emerge.The dwarves, the Shaikans, the dark forces and the humans ended with their alliances and went from love to hate over the years.";
fDesc[7] = "(FLV). This way you can upload them to the Web. The program has a special engine, which is actually a bit faster than what you normally expect when converting video.";
fDesc[8] = "role of a Russian elite soldier , called Smersh, who is an agent of a department of counter-espionage for the Soviet Union. You work alone in your jobs, you don“t like to work with a partner.";
fDesc[9] = "in this incredible and mega airport. What an opportunity to discover the original feeling and atmosphere of this airport! Simwings utilized the BAA as having them onboard as an official partner for this project.";
fDesc[10] = "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[11] = "buying and selling properties. The game can be configured to be played in a number of different ways.";
fDesc[14] = "chatting. It enables you to record your webcams, streaming video, video chat, instant messages, and record audio from any source including line-in, microphone or speakers. It only works with MSN Messenger, Windows Live Messenger.";
fDesc[15] = "reconciliation, journal, point of sale, edit customer, edit supplier, edit inventory items, graphs and financial rates, business intelligence center and dashboard, pastel cash manager, explore, note facility, internet and help file.";
fDesc[16] = "completely different from other similar games. In addition to the outstanding graphics and sounds, the game is pretty easy to control and play. The game includes 6 levels with a particular theme each, and you can play alone or with a partner, which is a plus";
fDesc[17] = "to succeed at sports, dating, business, negotiations, exams, or job interviews. Be a winner in any situation!";
fDesc[18] = "teams should view and share the information from the project management";
fDesc[19] = "extensive SHOUTcast showcase selection. This new, improved Beta version seamlessly integrates with your Winamp player to play your favorite music live from the streaming radio stations that you select from SHOUTcast.";
fDesc[20] = "security purposes to prevent leaks you know it also represents a risk if a password is lost. Its user interface was created as a wizard and contains a lot of contextual prompts.";
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 = '...';
}
}