var fDesc=new Array();
fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good.";
fDesc[2] = "environment, using simulated or bridged hardware. It allows multiple machines that can handle most Windows, Linux, BSD and other OS variants. VMware Workstation is one of the best virtual machine softwares in the market.";
fDesc[3] = "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[4] = "to run different operating systems on the same computer. For example, if you install it in Windows, you can create a Virtual Disk (just a big file to reserve some space) and install another operating system (like Ubuntu) on it (file). A portion of RAM is to be set aside for this OS to be run.";
fDesc[5] = "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[6] = "NT versions didn't have a registry backup tool that was good enough to use. The application carries out only one task: it creates backups of the registry of your computer.";
fDesc[7] = "playing slot machines but without risking your money. With Super 5-Line Slots, you will have four different slot machines in your computer with different themes, to play at any moment and feel as if you were in a real casino.";
fDesc[8] = "under the ocean and destroy mad machines that are throwing dangerous and toxic waste to the ocean. Shoot and place balls in groups of identical color to stop this toxic and dangerous train. If it reaches the limit line you will lose.";
fDesc[9] = "easily deploy client agent service to remote machines. It provides you with a wide range of features like support for multiple monitor environments, shared sessions, interactive smart card login, remote smart card authentication and many more.";
fDesc[10] = "shape to win an upcoming tug-of-war competition. You´ll have to serve the customers of your fitness center, and will have to conquer different goals in order to get to the next level.";
fDesc[11] = "say that I am an Engineer. This game gives us a new challenge in each stage. In each stage there are several machines or elements fixed in the screen and some others that we can use as we want to reach a goal stated at the beginning of the stage.";
fDesc[12] = "table and card games like Baccarat, Blackjack, Casino War, as well as three types of roulettes and more than 30 slots machines, including the classic reel slots, multi line slots and original multi spin slots.";
fDesc[13] = "create machines with predefined objects in order to solve a simple task. The game contains a large amount of puzzles and most of them are really good. If this is the kind of game you like, then try it out.";
fDesc[14] = "tasks required by the game. This demo version can´t be registered to become a registered version. Should you wish to buy the complete game (named \"Crazy Machines Gold\"), you will need to follow the provided link.";
fDesc[15] = "virtual hard disk) files. \"Virtual Machines\" are independent environments installed on a physical computer, that can run different operating systems (including Linux or Windows). These virtual machines will be able to share the resources of your X86-based computer.";
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 = '...';
}
}