var fDesc=new Array();
fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons.";
fDesc[2] = "the Internet, used in sites like YouTube and thousands more. But they can´t be viewed in most players like Windows Media Player. That´s why this program is useful.";
fDesc[3] = "Format. GSview allows selected pages to be viewed, printed, or converted to bitmap, PostScript or PDF formats.";
fDesc[4] = "installed in our computer or Pocket PC. Students, for example, can save their AutoCAD projects done at the university or college and view them at home in their PC later, without AutoCAD or Internet connection. We can edit, measure, calibrate, zoom, view layers, block attributes.";
fDesc[5] = "new look to our classic photo albums, and it is very unique and easy to share. Thanks to the in-built 3D designer templates, we can now view our images in several exciting 3D environments like showrooms, art galleries, neon maze, Halloween, camp, Chinese garden etc.";
fDesc[6] = "smoother, and your privacy won´t be at risk. The data in that files can be viewed for undesired eyes, unless you eliminate them. When you install the program, you can chose what to install, and then proceed to your first cleaning.";
fDesc[7] = "your system by default? Would like to try something new for your images? FastStone MaxView is a complete, powerful and innovative application that will easily replace your default image viewer when you try it.";
fDesc[8] = "provides you with range of features like formatting options, highlight keywords, background and font color, font styles, print option, save as GIF option, Auto copy and many more.";
fDesc[9] = "would be the best solution. Nokia Multimedia Converter is an excellent multimedia converter absolutely for any phone. Its functionality is quite poor, but at the same time is very useful.";
fDesc[10] = "Word file, and then choose if you want to delete it, view it (Word will open), or convert it to PDF. The program uses GPL Ghostscript to do this, installing the WordToPDF Printer. This can be viewed and changed in the \"Options\" section.";
fDesc[11] = "resulting file can be viewed, streamed or burned. There are many good features of this software. For one it supports video formats so you can choose the right one for the purpose.";
fDesc[12] = "modern tactical game viewed from an overhead camera. The game features a role-playing futuristic story scenario where the USA has suffered nuclear destruction and has disintegrated to six nation states that have descended in to war.";
fDesc[13] = "web page title, date/time it was viewed, and thumbnails of all the images viewed. As an added convenience, it searches for cache folders.";
fDesc[14] = "Playstation Portable. The program is capable of converting anything that can be viewed in a DVD format into a format that can be viewed on the PSP. This means that you will be able to see things like television programs, movies and even downloaded content from the internet, such as Youtube clips.";
fDesc[15] = "“cross-eyed” pair of images which, when viewed with the appropriate pair of glasses or by following a certain viewing routine, provide a full 3D stereoscopic effect. The input and output formats supported are JPG, JPS, BMP, and PNG.";
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 = '...';
}
}