var fDesc=new Array();
fDesc[1] = ", those Konami games that were originated by the game Donkey Kong. In this game you need to go through a lot of screens, avoiding dangers and enemies, and collecting gold coins, till you finish your mission.";
fDesc[2] = "your brave gladiators! And the Temple of all the Roman Gods will bring you luck! The fabulous Caesar?s land opens its gates in front of you.";
fDesc[3] = "without paying a coin. You will even find some cable channels and in their original languages, pretty amazing. After trying it for a few hours, watching all kind of channels the test for malware and viruses that the program may install during the installation process was successful.";
fDesc[4] = "the three games is to collect as much money as we can, so that the money meter reaches the highest position and we move on to the next level. Each game features three levels of difficulties: easy, normal, and hard.";
fDesc[5] = "files 6 ways. Replace text in multiple files. Index files to find a word on your hard drive in less than a second! Zip found files.";
fDesc[6] = "value your collection. Save many hours of data entry by simply picking from the provided listings of more than 18,900 US, Canadian & UK coins. Over 1200 high quality coin images are provided to help identification. Valuations are included for both certified and non-certified coins, in up to 200 different grades. Research your coins with over 4000 links to coin variety information, as well as the ability to add unlimited file or URL attachments to your records and built-in links to hundreds of informational coin collecting sites. A new View window allows you easily view your collection in many different ways. View Want List and Sell List info. View your coins by Month of Purchase, Month of Sale, Set, Location, Dealer, Customer, Grading Service, Year, Grade and Mint Mark. Want to see and perhaps print all coins in your collection dated 1961? Simply open the Year icon and click on 1961....";
fDesc[7] = "the globe, exploring wonderful countries and facing various adventures. Each level features unique characters and some characteristics of the country it takes place in. The coin should avoid or kill its enemies by jumping on them in its hunt for coins.";
fDesc[8] = "complete, a money bag will fall, and to get it, you must explode the coins right under the bag. When you get the required number of money bags you'll get to the next stage. But, be careful not to let the coins reach the top part of the game zone.";
fDesc[9] = "different worlds, which can be played in any order. The main character in the game is a funny coin called Colin, who should bounce around the different levels and worlds retrieving the stolen coins.";
fDesc[10] = "free of charge for a 30-day period. This software provides an useful toolbox set for coins dealers, collectors, private or public institutions, etc. Its easy-to-use interface helps us to create coin collection databases, reports, inventories.";
fDesc[11] = "search the database or output your data to reports, html pages or export to other software.";
fDesc[12] = "collection to easily swap with other user. Use this utility to view information of all coins of the worlds";
fDesc[14] = "ease and no effort.";
fDesc[15] = "Weavefuture Muilt Coin Acceptor AK5 It charge user by time of his usage.";
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 = '...';
}
}