var fDesc=new Array();
fDesc[1] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX.";
fDesc[2] = "not been tampered with during shipment. It is a tool for network administrators, not too easy to drive, but safe and effective.";
fDesc[3] = "of the internet explorer, the services and the software list of the start menu. The software provides functions that let us change the uninstall icons of the panel of the software and others.";
fDesc[4] = "additional functions like support for secure connections, folder monitoring, file synchronization, among others. It allows you to resume downloads and uploads, and filter and transfer files of more then 4GB as well.";
fDesc[5] = "operations to the user. With the help of this software, the user can easily make transition from 2D AutoCAD with import wizards, matched color and schemes, paper and model space support, XREF support, and lots more.";
fDesc[6] = "Tables, Clustering, Correlation, Discriminant and Factor Analysis, GOF, Regression, Nonparametrics, PCA, Uni and Multivariate t-Tests and many more.";
fDesc[8] = "and producers of music using Windows’ operating systems that enables them to achieve analogue type sounds. Its easy of use, realistic looking, interface plug-in retains the feel of an analogue equivalent with buttons, switches and dials that seem familiar for the enjoyment of users.";
fDesc[9] = "evaluation copy from this page today!";
fDesc[12] = "Features an Assignment Alert and the ability to link to and directly open documents from Assignment Organizer.";
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 = '...';
}
}