var fDesc=new Array();
fDesc[1] = "stole goods from the rich to give them to the poor. You can play the role of Robin and also control other central characters in the legend, such as Little John, Friar Tuck, the nephew of Robin, Will Scarlett or the very Lady Marian.";
fDesc[2] = "the Dynamic Duo. The story takes place in Gotham city as the criminal masterminds locked up in Arkham Asylum have broken loose and Batman and Robin have to save the day.";
fDesc[3] = "further growing flowers and plants. Buy upgrades for your farms and let Robin the dragon fight pests, harvest flowers and water the plants.";
fDesc[5] = ", schedule game times, seed the teams, print or export tournament brackets and reports to HTML for publishing online.";
fDesc[6] = ", improved artificial intelligence, 4 new opponents, and optimization for Windows Vista. Imagine Poker version 3 welcomes Genghis Khan, the Grim Reaper, Marie Antoinette, and the Aussie legend, Ned Kelly!Play Texas Hold 'Em Poker on your PC against 20 beautiful and fully animated characters that include Cleopatra, Julius Caesar, Napoleon, Genghis Khan, Dracula, the Mona Lisa, Abraham Lincoln, the Tooth Fairy, Stalin, Robin Hood, Blackbeard, Merlin, and 8 more! Even the Abominable Snowman traveled all the way from Kathmandu to participate in the Imagine Poker tournament!Configure your Texas Hold 'Em game with any rules and settings you like and then enter a five round tournament where you must beat all 20 characters to win! Imagine Poker features Candywriter's acclaimed artificial intelligence module that is sure to challenge even poker professionals.Create a profile from scratch and...";
fDesc[7] = ", Knock-out systems in 3 variants, Swiss ladder system, Poule system, andany combination of the above!";
fDesc[8] = "-Create and upload webpages from your tournaments(not in the freeware version)";
fDesc[9] = "can manage sport schedules of any size and complexity. Simply fill in the requested information into the wizard like interface, and Splendid City automates the season, tournament, league, match, and round-robin schedules. A great first step and time saving tool for anyone who frequently does organizational sport scheduling. Splendid City can schedule games with any user specified combination of dates and times, regular or irregular. Create professional double or single elimination tournaments, multiple or single round-robin schedules, for any sport that requires pairings. It features options that include the ability to set team and field constraints, game lengths; configurative time management utilities to help you organize events the way you would like; object constraint sharing; automatic schedule generation and re-generation; configurative project web site creation, publishing via...";
fDesc[10] = "features to handle complex schedules. The eight team trial version has all the features and no expiry date.";
fDesc[11] = "automatic schedule generation; prioritized field usage; multi-division scheduling; and standings support.";
fDesc[12] = "combinations necessary to have each team play every other team in a competition. These are often called rotations. Draws can be printed or exported.";
fDesc[13] = "ideal for baseball, softball, soccer, football,basketball leagues, as well as any other sport which relies upon pairing...";
fDesc[14] = "128 teams in preliminary in seconds. 5 free tournament credits with each new installation.";
fDesc[15] = "are up and which are down, and then it dynamically updates your DNS records accordingly.";
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 = '...';
}
}