var fDesc=new Array();
fDesc[1] = "plug-in from their video project to easily add professional-grade custom length music scores to all of their digital video projects. This latest edition offers the most effective integration and direct access to a royality-free library of thousands of music scores.";
fDesc[2] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats.";
fDesc[3] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2.";
fDesc[4] = "sound design. Easily combine loops, phrases and songs from diverse origins. Create music on the fly, without being bound to a fixed timeline. Improvise song arrangements, instantly drop samples on cue, interact with other performers, musicians or DJs. Record multi-track audio or real-time loops. Instantly change the tempo, melody, groove and sonic signature of your sounds at any time. Enter your samples and work 'from within' to create endless variations. Live 3 combines all of these possibilities in a simple and friendly environment that lets your creativity flow without limitations.";
fDesc[5] = "expansion pack--or a supplement--to the previous game. It features a tense and exciting stealth action gameplay, a very good sense of style and some interesting, open-ended missions. The new missions are certainly diverse and are quite interesting.";
fDesc[6] = "(accepts MP3, WMA and M4A formats); any kind of data (docs, images, etc) and will let you backup your HD according pre-selected categories.";
fDesc[7] = "which the player builds an empire in the Medieval era. Stronghold 2 offers more content than its predecessors Stronghold and Stronghold Crusader";
fDesc[8] = "digitalize your paper notes. It also allows to: personalize notes, insert photos and associate images with websites, make lists and reminders, set alarms and add sounds, administrate a virtual memoboard, locate notes by special searches, back up notes and memoboards, use hotkeys and more.";
fDesc[9] = "paradise. The Sims Castaway Stories offers you two forms to play. In the new and interesting way of directed history , you should achieve certain objectives and In the open-way game mode , you create the Sims and decide how they are going to evolve in their brand new islander home .";
fDesc[10] = "features, this patch offers a multilevel secret place to be used as refuge; a garden where various poisonous plants grow; a cattle shed for vampires; a mine to get gold from and diverse upgrades for the house, which allow the utilization of new furniture, ornate and more.";
fDesc[11] = "They carry out the most diverse actions to increase your system's performance. The main star of this application, in my opinion, is the RAM optimizer. Basically, what it does is make sure that your applications always have as much memory as possible.";
fDesc[12] = "are the doctors of your computer. They carry out the most diverse actions to increase your system's performance. The main star of this application, in my opinion, is the RAM optimizer.";
fDesc[13] = ", Dr. Adams calls her with some very important news about a recent discovery. This amazing discovery is related with the Gates of Good and Evils, and you’ll have to go on incredible and diverse adventures in order to find the keys to the gates.";
fDesc[14] = "to present their photos in the form of an Internet album. By using our software you will quickly create and publish Internet gallery.";
fDesc[15] = "place to be used as refuge; a garden where various poisonous plants grow; a cattle shed for vampires; a mine to get gold from and diverse upgrades for the house, which allow the utilization of new furniture, ornate and 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 = '...';
}
}