var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = "television channels and radio stations from anywhere in the world. In addition, due to the popularity of this system, we can find a lot of websites that link us directly with SopCast to watch a given program, such as a movie or a sporting event.";
fDesc[3] = "4000 years ago. Match magic gold tiles as you travel through 11 dynasties and 175 levels. Unlock centuries of wisdom to collect the Lost Dynasty Treasures!";
fDesc[4] = "period. The game starts with a team of US scientists who are sent to an island in the south of China to investigate a weird phenomenon but face a blockade by the North Korean government. Needless to say, that is one critical situation.";
fDesc[5] = "known program Adobe Reader 9. We can download it for free from the Adobe website. With this program installed we can easily see Chinese Simplified Fonts in an unlimited number of files, which have been created in PDF format.";
fDesc[6] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc.";
fDesc[7] = "Chinese WP interface, and most of its features, is quite similar to that of Microsoft Office Word. The main difference being that with Chinese WP we have the possibility to learn and teach the Chinese language.";
fDesc[8] = "play, it just includes some ads during the game, but nothing too annoying. It is solid and it has a great theme.";
fDesc[9] = "cards so that a little character on the top can get to a treasure trove on the other side of the screen. If you complete a hand quickly and without problems, he will be able to get across the screen.";
fDesc[10] = "of the Three Kingdoms, which challenges players to use their strategic skills and dominate the entire country under one flag.";
fDesc[11] = "the Chinese empire of the second century. After the fall of the Han Dynasty chaos has taken over the country, dividing it into three independent kingdoms.";
fDesc[12] = "– or several of them – bouncing as long as you can so the ball can destroy an arrangement of bricks and stuff. To do that you have a ship on which the ball bounce when it comes down to the bottom of the screen. You can control your ship by moving your mouse sideways.";
fDesc[13] = "installed by the help of a Big-Fish client which facilitates the online installation of the game. The game is artistically given the theme of China being under attack by the barbarian Mongols.";
fDesc[14] = "book that allows you to collect exchange and organize your recipes and much more. You will be able to print out your cookbook and create also web pages! They have a large database with over 290 China food recipes available, all to download.";
fDesc[15] = "Kingdoms. CaoCao is surroundded by enemies. Your mission is to bring him to eacape.";
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 = '...';
}
}