var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = "photos with friends and family is as easy as pressing a button!";
fDesc[3] = "Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums.";
fDesc[4] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed.";
fDesc[5] = "devices. In order to do that we need to have a computer either with a USB plugin Bluetooth wireless adapter or a Broadcom enabled embedded.";
fDesc[6] = "synchronise our data (calendar, contact, bookmarks, etc) from our PC to various devices such as iPhone, iPod touch, a more applications.";
fDesc[7] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc.";
fDesc[8] = "plug-in from their video project to easily add professional-grade custom length music scores to all of their digital video projects. This latest edition offers the most effective integration and direct access to a royality-free library of thousands of music scores.";
fDesc[9] = "manage, update or personalize your TomTom GPS and thus enjoy a great and improved navigation. This tool allows you to install maps,make back ups, download free updates for the software, shop and many other things that you have never imagined.";
fDesc[10] = "popular because it has faster speeds when downloading compared to other p2p programs that use the same network. Also its community has grown a lot, and this is why users can find a lot of music and videos to download.";
fDesc[11] = "Eos Utility CD package after purchasing a Canon Digital Camera. This piece of software has been designed to allow us to create units with both image and audio and save them as a single item. We can access this program via Start, Canon Utilities, Camera Window, MyCamera.";
fDesc[12] = "Free software to convert Adobe .PDF files to Microsoft .doc files. With this program, you will be able to extract text and images from PDF files.";
fDesc[13] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser.";
fDesc[14] = "the features of a professional CD/DVD/Blu-ray burner. You can create DVD-video disc, mp3 DVD and DVD images using BurnAware Free.";
fDesc[15] = "application. A good aspect of this software is its interoperability and wide range of platform supported such as MAC OS X, all windows platforms, QNX Neutrino 6.2 meaning almost every other operating system.";
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 = '...';
}
}