var fDesc=new Array();
fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system.";
fDesc[2] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean.";
fDesc[3] = "firmware to enjoy new functionalities. The only restriction is that this software is only meant for recent devices of Series 40 or S60; all of these from any Internet enabled broadband connection.";
fDesc[4] = "First at all you need a cable to make your connection, it depends what kind of model you are working with. Visit the Nokia web site and find your compability driver!.";
fDesc[5] = "WinOptimizer can clean your internet and PC history and clean all the junk files. You can clean your windows registry to get rid of unused registry entries and save your system from registry corruption and errors or you may like to make your private data password protected.";
fDesc[6] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive.";
fDesc[7] = "uninstallations, that might have left behind unnecessary trails. It cleans history and cache from Internet Explorer, Start Menu and Directory recent activity, Instant Messaging activuty, Windows Disk Error Temp Files, Windows Document History, Windows Temporary Files, etc.";
fDesc[8] = "accomplished by deleting entries in your browser cache, browser history, bookmarks, favorites and cookies, your recently visited sites, your recent documents folder, entries in the Run dialog, emptying the Recicle Bin and the temporary folders, entries in your system's registry and more.";
fDesc[9] = "which are not available in the windows default text editor notepad. This editor fulfills almost all the necessary requirements for a text editor. The interface is user-friendly and easy to use.";
fDesc[10] = "Media, Office, etc. Your browser's capabilities to delete temporary files is not really as good as you think; erase any trace from the hard drive and keep personal data and private information safe from hackers or other users.";
fDesc[11] = "several cleaning operations in your computer, fast and automatically. You just mark the options that you want, confirm them and go! And it is freeware.";
fDesc[12] = "great way of accessing files and folders on your system. The developers have done a great job of advertising the product on the website, too. There are several video demonstrations that you can view.";
fDesc[13] = "Mobile. Nevertheless those of you who ever owned Palm PDAs will sure know this software, and most of them will think that is the best multimedia player for Palm devices ever. In fact it was. This is a version of that legendary multimedia player for Windows Mobile devices.";
fDesc[14] = "colors that match the earth's complex terrain, these maps display the impressive number of earthquakes that rock the planet!";
fDesc[15] = ", PowerPoint, Front Page, Windows Recent, WinZip, WinRar.";
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 = '...';
}
}