var fDesc=new Array();
fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with.";
fDesc[2] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype.";
fDesc[3] = "photos with friends and family is as easy as pressing a button!";
fDesc[4] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[5] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[6] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages.";
fDesc[7] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet.";
fDesc[8] = "can share their photos as well as presentations easily with some cool effects like animated 3D avatars. Thus, it is a very useful tool while chatting.";
fDesc[9] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes.";
fDesc[10] = "beyond the basics. Apply incredible effects, organize and retrieve automatically your pictures from any device (from cameras to cellphones) and share them.";
fDesc[11] = "suite. The software updates the phone's firmware in a few simple steps. For doing that you will need to have an USB cable compatible with your phone´s model, the \"Update service\" program and an internet connection, preferably broadband.";
fDesc[12] = "application is a desktop program that you need in order to run Yahoo! Widgets. The Widget Dock is a handy at-a-glance way of keeping on top of the information or entertainment the Widget handles";
fDesc[13] = "feeds. Instead of having just a blank screen or just one picture as a screen saver, with Google Photos Screensaver you can have many pictures as a slide show that changes every few seconds and acts as a screen saver after a time interval set by you on your computer.";
fDesc[14] = "resolution and picture adjustments. Tray Icon enables user to launch the application and set it to mini-mode. Picture Slideshows can be created using the Stitch-Video feature.";
fDesc[15] = "Magentic´s site or in your hard disk, to be used as the wallpaper or included in a screensaver. can even choose to change wallpapers and screensavers automatically.";
fDesc[16] = ", it allows to download pictures in two locations simultaneously and saves downloading time in that way. Nikon Transfer enables you to backup your images and point out IPTC and XMP data and also copyright information, key words and location path for every file.";
fDesc[17] = "and scanners. Ulead Photo Explorer is more than a simple image viewer. It integrates functions of acquisition, edition, cataloging, organizing, adjusting and sharing digital images and video clips. This powerful and easy-to-use program has clear and simple toolbars.";
fDesc[18] = "PC and on the Internet. This incredible program enables the user to present your photos and videos, import enormous amounts of data, optimize it quickly in real-time and place it systematically into albums.";
fDesc[19] = "reveal beautiful photographs. You can also download more images or add your own. You will be given puzzle pieces on a loading dock and you must click to use them into the car one at a time without leaving any gaps.";
fDesc[20] = "greatest selection of games and limits: Texas Hold'em, Omaha, 7 Card Stud. Now over 17 million players. Download PartyPoker now!";
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 = '...';
}
}