var fDesc=new Array();
fDesc[1] = "contains 24 high resolution images of breathtaking herbs. Primula is a genus of 400-500 species of low-growing herbs in the family Primulaceae.";
fDesc[2] = "free screensaver created by RateMyScreensaver.com containing 21 high quality photographs.";
fDesc[3] = "TCP/IP server through Socks Proxy Server. The connection is available through Socks Proxy versions 4, 4a, 5. When using JurikSoft Socks Proxy Provider when connecting through Socks Proxy servers versions 4a and 5 you may indicate the name of computer or domain as a Host. There is also a possibility to set time-out when connecting to a certain server through Socks Proxy Server. JurikSoft Socks Proxy Provider is a .NET DLL library which is very easy to use. You will need to change not more than 4 or 5 lines of source code. The Main Point: when using JurikSoft Socks Proxy Provider you will not need to inherit SocksProxyProvider class, which is a great plus for .NET languages as they do not support Multiple inheritance of classes. You will have to call just one method, using as one of parameters Socket or TcpClient object. The selected object will be connected to a certain host and will be...";
fDesc[4] = "is a free screensaver created by RateMyScreensaver.com containing 18 high quality photographs.";
fDesc[5] = "executable form.";
fDesc[6] = "passwords on the various UNIX/Linux hosts. It may be useful for the UNIX/Linux system administrators, programmers and general users.";
fDesc[7] = "white coat with either black or liver spots.";
fDesc[8] = ", Internet Browser and Time Synchronize. Site's List Management allow to check whether site is alive or not";
fDesc[9] = "Administrative Console.";
fDesc[10] = "free screensaver created by RateMyScreensaver.com containing 23 high quality photographs.";
fDesc[12] = "photographs. Hippopotamus also sometimes called hippos, are gregarious, living in groups of up to 40 animals, called a pod, herd, school or bloat.";
fDesc[13] = "simple interface and automated set-up process to make installation and maintenance easy.";
fDesc[14] = "of each connection is shown on a world map, domain and network Whois lookups enable quick reporting.";
fDesc[15] = "Hibiscus or Rosemallow is a large genus of about 200-220 species of flowering plants in the family Malvaceae.";
fDesc[16] = "Presence. Comes with Anti-Spam, Anti-Virus & SSL/TLS/S/MIME Encryption. Allows Digital Certificate creation.";
fDesc[17] = "images of the common snowdrop. The white flower has six petals, the outer three segments being larger and more convex than the inner series.";
fDesc[18] = "plant is regarded as one of the worst weeds in Australia because of its invasiveness, potential for spread, and environmental impacts.";
fDesc[19] = "Files, Find-Compare-Verify, Perform Smart Backups, Unattended Backups, 1-Click Windows NT Service-Start-Stop, Backup & Restore Wizards.";
fDesc[20] = "photographs. The Indian Rhinoceros can run as fast as 55 km/h for short periods of time and is also an excellent swimmer.";
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 = '...';
}
}