var fDesc=new Array();
fDesc[1] = "Products. Adobe ExtendScript Toolkit 2.0 comes with CS3 Suites or with separate applications like Adobe Bridge CS3, Photoshop CS3, Illustrator CS3, InDesign CS3, and After Effects CS3. It is not included with Adobe Premiere CS3. This program is quite nice and has limited tools.";
fDesc[2] = "organize, browse, locate, and view creative assets. Bridge provides centralized access to project files, applications, and settings, as well as XMP metadata tagging and searching capabilities.";
fDesc[3] = "OKEY, Ludo, Bridge Rubber, Duplicate Bridge, Sergeant Major (3-5-8), Backgammon, Backgammon - Tapa, Backgammon - Gul bara and Dominoes. They can be played against the computer, and via Internet against real opponents.";
fDesc[4] = "like Bridge, Hearts and Gin Runny to family games like Crazy Eights and Old Maid. It also includes fifty different Solitaire games. Many of the games can be played with Hoyle computer players, and some games can be played with several people in front of your computer.";
fDesc[5] = "bridge championship & the only program top-ranked by the ACBL";
fDesc[6] = "exposed in a Microsoft Windows DLL. It is designed to work with Java 2 SDK v1.3. It is always recommended to install the Java Access Bridge 1.0 by using Access Bridge installer. A number of changes and improvements of the installer have been invoked in this version of Java Access Bridge.";
fDesc[7] = "the Internet. You will be sitting at a regular bridge table, playing against opponents that can be from anywhere in the world. You will see your cards and the faces of each one of the other players.";
fDesc[8] = "help to succeed. Since he and his friends are in the middle of the jungle they need to cross some rivers around them. Your mission is to build a bridge as they come marching, before they fall down into the waters.";
fDesc[9] = "much more from iTunes to WMP and vice versa. Apart from this, Music Bridge is capable of copying album art from a .JPG folder or from an album art file, export iTunes ratings to XML file.";
fDesc[10] = "construction of a bridge and see if it actually works or not, by testing it. The higher the level, the more difficult and bigger the bridge to build. Test your engineering capacity with this great simulation game.";
fDesc[11] = "is for Windows XS or 2000. All you need is to download Network Bridge, make settings for the work on your device and you can use Internet (which is on PC) on your phone. At the same time the phone should be connected to the PC by USB cable.";
fDesc[12] = "famous Big Apple: New York. One of the must see landmarks of this city is the well-known Brooklyn Bridge. For many people it is just another bridge that takes you out of Manhattan.";
fDesc[13] = "know all of the game rules and conventions. Through this self-playing application, Contract Bridge’s players will get to know the logic behind any bid made or card played.";
fDesc[14] = "cross the bridge. Your subtask is not to spend the entire budget. This game trains your imagination and intellect, you need to think over every step. If you dreamed to be an architect in the childhood, \"Bridge It\" is a great chance to experience this.";
fDesc[15] = "must be taken at all times, which will go off in thirty minutes. The bridge can only take 2 persons at the same time and they all walk at different speeds.";
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 = '...';
}
}