var fDesc=new Array();
fDesc[1] = "your Nokia Phone to interact with your PC, opening the Internet world at your hands, so you could manage the games, the music, the ringtones and photos.";
fDesc[2] = "hardware information database for over 68000 devices! Yet, the program is very small, about 12MB. It includes \"Monitor Diagnostics Test\", which is a complete tool for tweaking your CRT and LCD monitor.";
fDesc[3] = "Japanese font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms.";
fDesc[4] = "overview that helps you keep track of your expenses. Put savings targets and then perform a monthly analysis of your finances to see how much you're really saving.";
fDesc[5] = "system as if they were physically there. UltraVNC is divided into 2 applications: UltraVNC Server and UltraVNC Viewer. The former is the program that has to be installed in the computer to be controlled, and, the latter, is the client program.";
fDesc[6] = "graphics. The game play takes place in Maple World, where players travel defeating monsters and developing their characters’ abilities and skills. As it is a role-playing game, players can interact with other players around the world by chatting, trading and playing minigames.";
fDesc[7] = "not embed the appropriate font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms.";
fDesc[8] = "font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms.";
fDesc[9] = "sound design. Easily combine loops, phrases and songs from diverse origins. Create music on the fly, without being bound to a fixed timeline. Improvise song arrangements, instantly drop samples on cue, interact with other performers, musicians or DJs. Record multi-track audio or real-time loops. Instantly change the tempo, melody, groove and sonic signature of your sounds at any time. Enter your samples and work 'from within' to create endless variations. Live 3 combines all of these possibilities in a simple and friendly environment that lets your creativity flow without limitations.";
fDesc[10] = "Reader® and Acrobat.com Adobe Reader software is the global standard for electronic document sharing. It is the only PDF file viewer that can open and interact with all PDF documents. Use Adobe Reader to view, search, digitally sign, verify, print, and collaborate on Adobe PDF files.";
fDesc[11] = "create scenes with different physical effects, combining them with art that you can draw using the mouse. You can create scenes in which the things you include can interact (colliding and bouncing), fly, flow, swing or ride. You can test the behavior of your scene by pressing the \"Play\" button.";
fDesc[12] = "than 12 years now. Much has changed and much is going to change. The major changes have been due to the new technologies that the Internet has brought upon us and how we have more freedom to do things online.";
fDesc[13] = "the spoken commands to run programs, interact with Windows and dictate words into word processing programs, such as WordPad, or to fill out on-line forms. Voice and Speech Recognition can also be used to edit text on the computer. It comes with a speech training tutorial.";
fDesc[14] = "subdirectories of your hard drive(s) on a single graph, allowing to see the largest directories at a glance. When the program launches, it gives you step by step instructions to interact with it. You must first type the drive you want to graph in the top combo box.";
fDesc[15] = "website, it can be used to provide tecnhical support, respond sales questions, or give an alternative way to contact you. You need to install a chat client and place a piece of code in your webpage to get it working.";
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 = '...';
}
}