var fDesc=new Array();
fDesc[1] = "to use and even non-expert users can use it without any trouble. ASIO4ALL is compatible with most of the Windows operating systems.";
fDesc[2] = "designed for that platform. It runs on Mac OS X, Windows, Linux, and some other platforms, maintaining a virtual instance of an operating system within the host OS.";
fDesc[3] = "mode, i.e the same history and strategy in real time. The big difference that shows the wisdom of the people of Microsoft and Ensemble study is that it adds 5 new civilizations and substantially improves the artificial intelligence.";
fDesc[4] = "and options provided by any HTTP server with great performance and absolute control of it. Its administration is very easy however it doesn’t have any GUI; by using commands and scripts you can set it up quickly in almost any platform.";
fDesc[5] = "The Sims 2. The game adds new content and features for the Sims. It also focuses on apartment life, allowing you to live in an apartment, and even the chance of having roommates. The expansion is perfect for The Sims fans.";
fDesc[6] = "includes great new features that make this game absolutely enjoyable and addictive. With this game, you will become the owner houses, buildings, and land, which will later give you profit";
fDesc[7] = "with their friends. You can also have your seems wearing the latest teen fashions including track suits, designer jeans, and yoga outfits. In addition, The Sims 2 Teen Style Stuff is the first stuff pack to feature a The Sims contest winner!";
fDesc[8] = "so InstallWatch is just the right solution to keep a track of all the ongoing activities. InstallWatch keeps track of additions, deletions, or alterations to the directories, files and folders, INI files, as well as registry information";
fDesc[9] = "celebrate our own party. In sum, this stuff pack presents the following additions: * It Permits to hold a party. * It Adds five new styles of music (Hawaiian, Rave, Techno, Rap and Disk). * New interactions and activities.";
fDesc[11] = "used by anyone who wants an easy way to imagine, create, and publish in 3D. It is ideal for you to use as modeling editor for your home additions, gam";
fDesc[12] = "results of included lotteries based on mathematical calculations. It has a very simple interface and maintains the list of drawings with dependence on online updates and downloads for processing. It comes with a list of 100 lotteries and allows additions to the list.";
fDesc[13] = "which are commonly used in the Imperial measurement system. Plus, the radius of circumferences can be calculated and much simpler operations can be done, such as additions, subtractions, divisions, etc. It also converts cm to inches and vice-versa.";
fDesc[15] = "various new additions to the game, making it more addictive than ever. Play through exotic levels filled with magical bonuses.";
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 = '...';
}
}