var fDesc=new Array();
fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files.";
fDesc[2] = "modification of XP system files in order to make it look like Windows Vista. Mentioned in multiple magazines, Vista Inspirat is one of the best ways to change quickly and easily icons, explorer configuration and others.";
fDesc[3] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too.";
fDesc[4] = "This application's selection is limited to free streams that are widely available on the Internet. What this application does is gather a list of all those channels in a single location so that you can access them freely.";
fDesc[5] = "essenziali partendo da un codice fiscale; e' possibile inoltre fotografare il codice fiscale, stamparlo, copiarlo negli appunti ed altre utili funzioni.";
fDesc[6] = "popular formats to be used on your iPod, iPhone, PSP and so on. As the name suggests this is a handy and easy to use tool for all your media conversion and transferring needs.";
fDesc[9] = "Gestisce fino a 16 canali contemporaneamente. Offre notevoli opzioni di visualizzazione, registrazione, rilevazione movimento, ecc.";
fDesc[11] = "disco, lineari, cilindriche, globoidali, meccanismo biella manovella, camme a lobi";
fDesc[12] = "mySQL server.";
fDesc[14] = "semplice ed intuitiva ma allo stesso tempo professionale";
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 = '...';
}
}