var fDesc=new Array();
fDesc[1] = "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[2] = "Basically, Memeo Share is responsible for posting the photos and videos you want in a private space on the Internet. A website that may only access people you invite. That is, your circle of friends.";
fDesc[3] = "online, this is the perfect software to use. The whole process of creating album is simple and easy. No experience necessary for handling HTML or FLASH tools used in this software.";
fDesc[5] = "features of professional photography. BreezeBrowser Pro helps you to manage your photos: from editing your photos to publishing them on the web. BreezeBrowser Pro offers raw conversion for different cameras, and protects your photos using watermarks.";
fDesc[6] = "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[7] = "don't need to know HTML. Unique and comprehensive album settings.";
fDesc[8] = ", sounds, music and voices. Make it as DVD movie or publish to HTML, Flash, AVI, etc. Send via email or host it online for free.";
fDesc[9] = "owner of a website, then this simple application will let you create your own web albums by using nice included templates, and upload them to your server easily.";
fDesc[10] = "toolbar that allows you to save all images and Flash applets from a page to the folder you want.";
fDesc[12] = "software, HTML, programming, or hosting company required.";
fDesc[13] = "slides as SWF,HTML,EXE,screensav er or online gallery and share your special memories with your family and friends.";
fDesc[15] = "numerous themes, customize almost every detail, and publish your web album instantly or save it for future use.";
fDesc[16] = "colorful description for each photo. Publish it on the Internet and share to your friends with zipped package easily.";
fDesc[17] = "chat room with many features such as graphics or animated logo, online games, draw board, background music, file transfer, photo gallery and more";
fDesc[18] = "guarantees, constant updates and hosting. Searches, Maps, Gallery, Multilanguage, Chats, Classifieds, Linked profiles, Personal account, Add-ons.";
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 = '...';
}
}