var fDesc=new Array();
fDesc[1] = ", SHA1,SHA2, RIPEMD160,PANAMA,TIGER , CRC32,ADLER32 algorithms and the hash used in eMule/eDonkey(eDonkey2 000,ed2k). Good to check/compare files.";
fDesc[2] = "This allows you to use your favorite applications to edit files and save them directly to the server.";
fDesc[3] = "program later for verifying that the file was not changed . The program also supports command-line arguments.";
fDesc[4] = "think and keep you up playing and learning for a long time. There are two different modes to play. The twister mode or the quizzler mode. The twister mode will show you a sentence with a blank space you will have to complete with the letters it shows you.";
fDesc[7] = "vicinity. This lightweight application provides the positions of various objects of the solar system. All the data is presented in two groups in the program's main window.";
fDesc[8] = "two directories can not be directly compared.";
fDesc[11] = "comprehensive interpretation of any and every dream of yours. All you need to do is search from a vast list of dream symbols that you may have dreamt";
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 = '...';
}
}