var fDesc=new Array();
fDesc[1] = "and developers worldwide. Ubuntu comes with a series of already installed applications that are categorized by functions like: Accessories, Games, Graphics Internet, Office and Sound & Video You can run Ubuntu as a desktop operating system or configure it as a powerful and secure server.";
fDesc[2] = "that FFmpeg will convert. WinFF converts multiple files in multiple formats at one time, like, for example, mpeg's, flv's, and mov's, all into avi's all at once.";
fDesc[3] = ", something similar to Ubuntu programs menu. Categories available are: Office, Utilities, Games, EntertaThe only categories available are: Office, Utilities, Games, Entertaiment, Internet, Programing, Graphics, Security and Others.";
fDesc[4] = "operating systems in conjunction. By using this software the user can easily run multiple applications, each one being optimized for a separate operating system, simultaneously thereby reducing dependency of the work on specific hardware and OS configurations.";
fDesc[5] = "the remote files as if they were on a USB Drive connected to your PC. It allows you to save and edit directly on the remote server.";
fDesc[6] = "work team. With this useful program members can share documents, perform phone conferences, establish tasks for any member of the team, and many other interesting features that I'm sure you will find very useful.";
fDesc[7] = "dictionaries in the SDB, XDXF, DSL, MOVA or StarDict formats. You can download those dictionaries from the SimpleDict site in http://simpledict.net2 3.net/dicts.html. This page will also provide you with links to other sites with thousands of dictionaries available for downloading.";
fDesc[8] = "voice quality, bandwidth usage, call traffic and more functions. It supports SIP (Single In-line Package) and RTP/RTCP (Real-time Transport Protocol).. Available for Windows and Linux";
fDesc[10] = "by step. TurboScan? gives a real control over the fastest Linux data recovery ever known.";
fDesc[12] = "Ubuntu), the start button for that color can be somewhat pleasant, thought I didn“t like it much. As expected these colors, in the end, have no major impact on my productivity and is good as a change in appearance but not distracting.";
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 = '...';
}
}