var fDesc=new Array();
fDesc[1] = "as virtual scrollbar, virtual buttons, fast access to applications and personal definition of tapping speed and sensibility.";
fDesc[2] = "to use and even non-expert users can use it without any trouble. ASIO4ALL is compatible with most of the Windows operating systems.";
fDesc[3] = "launching features will show up. Each corner has its own function: Left - up: opens My PC. Left - down: Internet Explorer Favorites. Right - up: switch windows. Right - down: Shorcuts from the desktop. You can change the assignments.";
fDesc[4] = "You will spend a lot of time playing it because it is an easy and mind free game. The purpose of Chainz 2: Relinked is to rotate links to create matches of three or more or make use of the four-way link to make matches around corners and finally clear the board.";
fDesc[5] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2.";
fDesc[6] = "different formats like AVI, ASF, WMV, DivX, XVid, 3ivx, MP4. It can also convert video to AVI, trim video by setting start and end points, and output to common formats.";
fDesc[7] = "screen that you set. This is particularly useful when you need to ensure you privacy and security when you are away from your computer.";
fDesc[8] = "through 5 different worlds; Egypt, China, Rome, Inca and Navajo. There are two game modes: Classic and Rivers, in which the game can get very tricky!";
fDesc[10] = "worrying that somebody could spy on us. Whenever we notice someone coming near, we just move the mouse to any of the pre-specified corners. The previously selected overlay (pitch black, a PNG image, or a screensaver) will automatically cover our screen completely.";
fDesc[11] = "online documentation, as well as a small cheat mode.";
fDesc[12] = "any current picture as your desktop wallpaper with one click.";
fDesc[13] = "or local Network. 3. Amazing 3D OpenGL Graphics and Animation. 4. Music and Sound effects. 5. Undo/Redo. 6.";
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 = '...';
}
}