var fDesc=new Array();
fDesc[1] = "technologies like HTML, Ajax or Flash. Developers can take advantage of their knowledge in website creation to develop multimedia applications. In other words, from a web application they can create a general application with the contents and utilities of a web application.";
fDesc[2] = "support to a new protocol being supported to being able to control your downloads remotely, µTorrent 1.8 is making a statement.";
fDesc[3] = "want to install any application from Google Pack and guides you to the whole installation process. With this program you can also monitor the status of your installation, run the software that has been installed on your computer and uninstall the programs.";
fDesc[4] = "written in the Java programming language. Once installed you won´t notice it. JRE is free to download, install and deploy, and all the related documentation can be found at http://www.sun.com.";
fDesc[5] = "java programmes and should be installed to run java programmes. It comes with a bunch of very handy new features which enable to develop java programmes with high quality.";
fDesc[6] = "enables organizations to reliably manage mission-critical information and confidently run today’s increasingly complex business applications. SQL Server 2005 allows companies to gain greater insight from their business information and achieve faster results for a competitive advantage.";
fDesc[7] = "for instance, games, chat applications in webpages, image visualization, among others, that were written with the Java scripting language.";
fDesc[8] = "chatting, watching trailers, etc. Java Runtime Environment has a Java virtual machine and all the necessary stuff to run these applications.";
fDesc[9] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks.";
fDesc[10] = "system administration and automation. Previously, we were using JScript ( Java Script ) and VB Script for this purpose. Here, its all available in powershell. It is also more secure than the Java Script and VB Script.";
fDesc[11] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3.";
fDesc[12] = "application is a desktop program that you need in order to run Yahoo! Widgets. The Widget Dock is a handy at-a-glance way of keeping on top of the information or entertainment the Widget handles";
fDesc[13] = "designed for that platform. It runs on Mac OS X, Windows, Linux, and some other platforms, maintaining a virtual instance of an operating system within the host OS.";
fDesc[14] = "version brings improvements in the motor of handling of images (ISO, NRG, etc…) new languages available, and neat errors of the interface. In addition now it comes frees of adware (Publicity), that is not little.";
fDesc[15] = "graduated from college and is looking for an interesting and challenging job. In the game introduction she applies for a café manager position and receives a call from its owner to hire her. There’s where the game begins. Now you have to help Emily to run the café as good an efficiently as possible.";
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 = '...';
}
}