var fDesc=new Array();
fDesc[1] = "developers, including Atari, Popcap and WildTangent Studios. WildCoins are a payment system you can use to play WildGames. They work like quarters in an arcade.";
fDesc[2] = "easily. Office Visio is a powerful program to create professional-looking and very handy diagrams that enable you to communicate information to a broad audience at a glance.";
fDesc[3] = "pack more punch. Which makes you look even smarter, too. - Record whatever you want, right now, at any size. Decide how to use it later. - Edit and Enhance to clarify and amplify your message. - Share your creation anywhere, in multiple formats.";
fDesc[4] = "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[5] = "simulation games is back. In DIRT you will compete with vehicles like buggies of all kinds, rally cars, trucks and many others. The only thing they have in common is their ability to completely get dirty.";
fDesc[6] = "assets for effortless retrieval and presentation. Expression Media makes digital asset management easy—just drag and drop to import more than 100 different media formats, including digital RAW files.";
fDesc[7] = "introduce your product, she can help you express more clearly to add strong impact to the meeting or training course.";
fDesc[8] = ", links, bookmarks, images, vector graphics, fonts and extended alphabet characters. It is possible to edit docum";
fDesc[9] = "video handing over to a practically unlimited number of users. By this way, each spectator becomes a transmitter at the same time, which distributes the bandwidth consumption between all the users.";
fDesc[10] = "dynamic, vivid and surely beautiful game appeared. The nice-looking dinosaurs set out on a magical quest. And that's the quest for fire!";
fDesc[11] = "or a handheld computer, through both WiFi and Bluetooth protocols. You can control PowerPoint presentations, iTunes/Windows Media Player (playback and music library) and more through ready-made scripts.";
fDesc[12] = "3D Web animation business. These Swift 3D plug-ins will give users of 3ds Max and LightWave 3D the ablity to render 3D scenes as high-quality, low-bandwidth vector or raster Flash animations, wich then will be viewable by the most part of the Web audience.";
fDesc[13] = "gathering, storing, and calculating the stats from any audio/video server. It is bundled with many features such as getting server type, server description, and current song, number of listeners, available listener slots, bit rate and server status.";
fDesc[14] = "audience. Presentation Aide is a tool, it can run in Notebook computer or PC which support two monitors(in generally, most fashionable Notebook computer can support two monitors, and sometimes need monitor setup). When you give a lecture or make a speech with computer and projector, Presentation Aide will greatly help you. The second monitor can mirror the first monitor synchronously , but, without something such as Presentation paper window and a Memorandum window. So, you can see something prepared in the first monitor, but audience can not see them in the second monitor!";
fDesc[15] = "your quiz or review questions and choose options. Show has music, effects, funny host and scorekeeping.";
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 = '...';
}
}