var fDesc=new Array();
fDesc[1] = "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[2] = "Google Talk that really kind of slowed the progress of the messenger down. Now, thanks to it, you can video chat and voice chat with all your contacts. They still have to download the plugin.";
fDesc[3] = "tools, like SweetIM Toolbar for Internet Explorer and Firefox, a new icon bar with all the cool content, from emoticons to winks, sound FX, videos and more. It works also with Messenger Plus. You can get an update every time there is new content available.";
fDesc[4] = "inside gmailInstaller.exe which is a 292kb file certified by google.com. It is compatible with the operating systems Windows 2000 and Windows Xp.";
fDesc[5] = "lot. Not every user. The application logs in to your gmail account and keeps a record of the file attachments that your e-mails have. Thus, it is able to create a sort of \"virtual\" folder on your computer, where all your e-mail attachments look like regular files.";
fDesc[6] = "instant messaging, emoticons, and group chat. The application also comes with new desktop notifications from Calendar, Orkut, and Gmail.";
fDesc[7] = "a tool called Gmail POP Troubleshooter directly from the Google Web site. This tool will immediately repair your POP access to its server.";
fDesc[8] = "messages in your Gmail Account. With an icon in the system tray lets you know if you have unread messages, and shows you their subjects, senders and snippets, all without having to open the web browser.";
fDesc[9] = "It enables you to store and share all your files easily on your email account. All you need to have is Java 1.6 preinstalled in your system. This software is easy to install and available in a wide range of languages.";
fDesc[10] = "extract them. With this tool you can decrypt and decode the passwords and later you will have the opportunity to view them in a readable format. This is a tool that will instantly find all GTalk, Gmail, GDesktop, Picasa and GScreensaver accounts.";
fDesc[11] = "almost all the applications featured to email documents you are working on. All Microsoft Office applications are included: Word, Excel, Powerpoint , etc..; Adobe Acrobat; Windows explorer; Internet Explorer or Mozilla Firefox.";
fDesc[12] = "works on Windows, Mac OS X and Linux. In short, the application allows you to browse and use your Gmail account from a desktop application. You can do anything, that you would otherwise do on a Web Browser, in GeeMail.";
fDesc[13] = "for files on your computer and find them almost instantly. Windows comes with an application similar to Google Desktop, but, still, many users prefer Google to Microsoft. Anyhow, Larry's Gmail Indexer could be called a plug-in for Google Desktop.";
fDesc[14] = "more space and \"room\" in the web site!, so, sometimes we have to use this technology more and more!. Well according to these fabulous features, companies, people in general require these needs more often. This good software to save a lot of time registering and adding new accounts to Gmail Server.";
fDesc[15] = "and easy to use application. It gives you the ability to monitor multiple accounts. The Email view application allows you to go to your login page, check all emails, compose a new message and other options.";
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 = '...';
}
}