var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "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[3] = "are also versions for Firefox and Safari) allows you to view full sized images when you browse pages like Flickr, Facebook, Friendster, Picasa Web Albums, image search results from Google and Yahoo, web sites supporting Media RSS, and many others.";
fDesc[4] = "an astounding piece of software that allows you to randomize your background pictures in many ways. The application will sit on your tray most of the time.";
fDesc[5] = "and use them to create a screensaver for your PC. This extremely easy-to-use application fully integrates with the operating system as all you will be seeing of it is an extra option on the regular drop down list of screensavers of Windows.";
fDesc[6] = "computer (Windows only for now) to share your downloaded videos, music or photos stored on your hard disk for viewing on your TV using the PlayStation 3 for example, in addition you can see your videos from YouTube or Picasa albums.";
fDesc[7] = "to associate the labels of the Windows Live Photo Gallery to the profiles of our friends in Facebook, and keep the tags that attach to your photos through the recognition of faces of Photo Gallery.";
fDesc[8] = "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[9] = "click. It provides the options to upload photos directly to your Picasa Web Album. For using this plug-in you require a login account or the use of the Picasa Web Album.";
fDesc[10] = "software. The Picasa world is a program where you can find and organize your photos. This complement is the way to upload photos directly to the Picasa Web Albums and share with friends and family the pictures you have.";
fDesc[11] = "computer encrypted within the registry. It uses Internet Explorer and Mozilla Firefox and other Google software such as Google Talk, Google Notifier to recover your passwords.";
fDesc[15] = "view, convert, organize, edit, enhance, share, archive and print digital photos. Free download with less than 10 MB size!";
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 = '...';
}
}