var fDesc=new Array();
fDesc[1] = "player.";
fDesc[2] = "create Blu-ray discs, DVDs and VCDs, listen and create audio CDs, create data and backup discs, and more. It integrates well-known ArcSoft tools (like TotalMedia Theatre) with a number of new utilities, thus providing a complete solution to your multimedia playback and editing needs.";
fDesc[3] = "big city success. Earn a lot of big city experience and then start to renovate a run-down theater helping shoppers in an Espresso Shop, Newsstand, Spa, and more!";
fDesc[4] = "your movie collection with action based tool buttons and easy to access context menus. The movie page offers a complete overview of your DVD collection as well as a detailed highlight for each selected movie. With a simple click of the mouse you can start playing any movie in the built-in theatre which features different playback formats including full screen. The user friendly and stylish interface make Action DVD Player the perfect choice for all movie lovers.";
fDesc[5] = "game, you play a book collector who visits London on vacations. On your search for clues, you will explore iconic locations of the beautiful city of London including the Savoy Hotel and Theatre, the Tower of London, Tower Bridge, Westminster Abby, among others.";
fDesc[6] = "satisfactory result. A very heightened realism that will determine the outcome of the more tactical battles that have been seen in a war game. Theatre of War is a new strategy game in real time it takes place in the most common scenarios among this video game genre, the Second World War.";
fDesc[7] = "you are someone who can't play a note but wonders what all those doo-dads on a theatre organ do or an accomplished theatre organist who wants to be able to practice at home, the Miditzerâ„¢ will put a virtual Wurlitzer theatre organ at your fingertips to explore. MIDITZER now includes a MIDI Player/Recorder to allow easy sharing of Miditzer performances. An accompaniment to pedal coupler to ease registration tasks for left hand plus pedal accompaniment patterns. Divisional cancels aid in registration. The toys can now be activated by computer keys R to O. The display automatically adjusts to fit the display resolution. Update stop tab graphic make it easier to tell which stops are on. Bank select is now supported for the loading of sound fonts in FluidSynth. The Miditzer can be configured to split a single keyboard to control both manuals. Second touch can be activated with the right...";
fDesc[8] = "collection with action based tool buttons and easy to access context menus. The movie page offers a complete overview of your DVD collection as well as a detailed highlight for each selected movie. With a simple click of the mouse you can start playing any movie in the built-in theatre which features different playback formats including full screen. The user friendly and stylish interface make Amazing DVD Player the perfect choice for all movie lovers.";
fDesc[9] = "supports all popular video formats including AVI, MPG, DivX, and XviD. All-in-One DVD Player has been designed to suit all movie lovers.";
fDesc[12] = "completely customizable. Comprehensive reports, interactive graphs, import and export options.";
fDesc[13] = ", \"Num Lock\" and \"Scroll Lock\" status, allows you to switch key status, plays a sound when the key status changed and many 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 = '...';
}
}