var fDesc=new Array();
fDesc[1] = "execution of java-based software, and also the visualization and interaction with java applets embedded in web pages.";
fDesc[2] = "home. I have my home network configured to work a specific way. Now, when I leave home, I usually need to change my network settings so that my computer can get Internet access at other locations.";
fDesc[3] = "character who is an ecologist, his name is Dr. Finch and he is trying to recover nature's equilibrium. He travels to the Isabela island and there he finds some strange artifacts, your mission will be to help him solve a fascinating mystery about the island.";
fDesc[4] = "technology and assets for providing great DJing experience to the users. The program makes use of DirectX 8.1 for its fast sound processing capabilities and extra features, but it isn't mandatory for running the application.";
fDesc[5] = "graphics. This one is different. In Stand O Food 2 the user must think fast to get the correct hamburgers that customers demand.";
fDesc[6] = "share videos with your friends and family in real-time. I have seen services that allowed you to e-mail videos or upload videos.";
fDesc[7] = "application xGPS, which is a maps and navigation tool for iPhones. For example, you can manage your maps in the desktop application and sync them with the iPhone app. Managing maps allows you to download maps so that you can check them up on your iPhone while you are offline.";
fDesc[8] = "an Internet connection, without being blocked by corporate firewalls or requiring administrative rights to install software on the remote device. No previous relationship with the system is required, but permission from the end user is mandatory.";
fDesc[9] = "user-friendly, as you just write the reminders on top of it. This helps you remember the most important things you have to do, especially if you spend a lot of time in front of the computer.";
fDesc[10] = "operates a site where you can download DRM licensed movies, mostly in Spanish. This program is written in English, however, and there is a version of the site in English, too.";
fDesc[11] = "dock that you see on most Mac OS X machines, which is a great dock, by the way. RK Launcher isn't precisely an application launcher like the ones I am used to see. RK Launcher will install a dock on the side of your screen.";
fDesc[12] = "supplementary to your anti-virus, anti-spyware and personal firewall as it blocks unknown treats missed by those solutions.";
fDesc[13] = "website, at that times it becomes mandatory to add a screenshot of that website in you post. But many a time many of the bloggers switch back to third party softwares, to reduce this extra work you can download a simple plugin by Christopher Clark, Website Capture Plugin.";
fDesc[14] = "of portable devices. Hence Saga CD Ripper helps to copy tracks from a CD to MP3, WMA, WAV and OGG files. It gives good quality and fast speed and also gives customizing options including Bit Rate and frequency according to the user requirements.";
fDesc[15] = "3.1.0 update. This update includes important fixes that improve thumbnail generation and XMP handling. It is mandatory to install this update in conjunction with the Adobe Bridge CS3 2.1 update, the Adobe Version Cue CS3 client 3.1.0 update, and the Adobe Version Cue CS3 Server 3.1.0 update.";
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 = '...';
}
}