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] = "in the next generation of real-time strategy. Battle it out in unprecedented detail on full 3D environments with all-new units, including Aurora Strike Bombers, Dragon Tanks, and much more!";
fDesc[3] = "flying objects in the space. Invadazoid 1.0 has got several game modes (invasion, survival, classical and boss). Each one has got different rules and strategies.";
fDesc[4] = "and with great speed. It does this by providing a variety of methods which keep the interest of the user, including lessons involving simple key sequences for beginners and full paragraph writing practice, based on the \"Alice in Wonderland\".";
fDesc[5] = "teaching method, without staffs and other things that maybe you don’t want to deal with. It’ll show you where to put each finger and on which string to play the melody you want to learn. This software is freeware, lightweight, and runs on Win98/98SE/Me/2000/XP.";
fDesc[6] = ", HostName Scanner, Ports Scanner, Ping Scanner, Trace, LookUp, Finger, WhoIs, Time Synchronizer, Telnet client, IP-Monitor, etc.";
fDesc[7] = "providing them with a library collection of over 10,000 samples including midi files for their studios. The EZXNashville 1.0 uses Toontalk Percussive Compression and the sound recorded in this library of sticks";
fDesc[8] = ", Finger, IMAP and requires 1- 5 Mb disk space. There are three versions of Mail Server: freeware, Plus and Pro.You can relay the messages to Mail exchangers and check mail using any web browser all over the world. This version has SMTP authentication and built-in web interface.";
fDesc[9] = "more then 125 different instruments. By using this keyboard chord dictionary anyone can learn the chords and their relative finger position and time interval through its user friendly graphical user interface.";
fDesc[10] = "without looking at the keyboard. It will show you the right position of each finger, and which finger you should move to press each letter. All that you need is watch carefully and learn the correct moves for each finger.";
fDesc[11] = "trying to hit balls. This is no fake – you are playing BreakOut ! (You are not just typing characters). With this game you WILL have fun, but don’t worry, by playing 10 Finger BreakOut you sure will be learning to type.";
fDesc[12] = "User@)Host in the Finger Input box, and click on the Query button.";
fDesc[13] = "Veranschaulichung der Tastatur und Anzeige aller relevanten Informationen. Geeignet f";
fDesc[14] = "ActiveX controls you will be able to make the most out of the Internet and work using your maximum capacity. One advantage of this package of tools is that it is easy to use.";
fDesc[15] = "Features include the ability to print/copy the results, change the font and colour of the display and having the option to minimise Total Finger to the system tray, if needed.";
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 = '...';
}
}