var fDesc=new Array();
fDesc[1] = "for everyone with very few computer skills to show ideas or products in a tidy way, using text, images, sounds and transitions. It can even be connected to a projector to view the presentations on a large screen.";
fDesc[2] = "for instance, games, chat applications in webpages, image visualization, among others, that were written with the Java scripting language.";
fDesc[3] = "dictionaries and multi-document translation makes this software suitable for advanced translation purposes.";
fDesc[4] = "restrictions about how many clients can connect to a server. It is free of charge for non-commercial purposes. The Server browser allows you to search for public servers. Little suggestion to make: private text message get lost in the other diagnostic messages.";
fDesc[5] = "means. This software will organize all the pictures on the computer and mobile phone (cellular) for viewing, editing, sharing and search purposes. You can move pictures from and to PC and mobile phone (both ways) and make changes to the images that will be kept in a safe place.";
fDesc[6] = ", downloads, soft copies, security purposes, etc. Physical and virtual drives can be locked by Virtual CD to protect their use or contents.";
fDesc[7] = "formats to AVI, MP4, WMV and 3GP. The converter offers video presets and output profiles for Iphone, Apple Ipod, Apple TV, GPhone, Xbox, Zune, Nokia N-series and many other popular multimedia players.";
fDesc[8] = "Tomcat is very helpful for a developer and it is compliant with almost all the security standard features required for the system administrators. It has very valuable features such as SSL support, authentication schemes, Apache integration among others.";
fDesc[9] = "This program can not only tune up your system but also it cares for it regularly to save your operating system from internal problems and system crashes. It offers 4 wizards that contain different tools for different purposes.";
fDesc[10] = "those communities of graphics designers who want to create professional looking 3D virtual boxes for various purposes. For Example: you can create three-dimensional virtual box for your e-books if you belongs to a publishing company.";
fDesc[11] = "tools and the Rhinoceros provides just the needed tools to model and document personal designs ready for rendering animation, analysis, engineering, drafting, and manufacturing or construction purposes.";
fDesc[12] = "converting other video formats like MPEG, MPG, WMV, VCD, DAT and ASF format to AVI format. This program can also be useful for various other purposes like video splitting, editing and playing if the MKV codec is installed along with it.";
fDesc[13] = "program installs in your system the program RelevantKnowledge. Free Internet Speed up Lite 4.3.0.1 has 3 utilities: Net Pinger, Speed Booster and RAM Booster.";
fDesc[14] = "It’s not just an ordinary application that makes plotting easier, but also a powerful one that can be utilized even for the superior purposes such as scientific graphics.";
fDesc[15] = "purposes. Most of the comparative data are usually visualized by graphs and charts. This software helps you in converting these visual data in to figures and export in to sheets in desired formats.";
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 = '...';
}
}