var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media.";
fDesc[5] = "Background music can be supported too.";
fDesc[6] = "and screensavers using your own photos and music and then burn them on CD and DVD discs. It is a really easy to use program. Try it for free.";
fDesc[7] = ", photo albums and presentations with our own pictures and images. It is suitable for both personal use, and also to be utilized within a corporate environment via LAN networking, to send bulletins and graphs to employees and co-workers.";
fDesc[9] = "images of the format of .jpg,.gif,.bmp,.tif,.t iff,.psd and .png. The kimmie Album can be embedded on web pages.";
fDesc[10] = "time. Just a good solution for many commercial and exhibition environment, family photo album creators etc.";
fDesc[16] = "with major imaging devices and popular Windows(TM) software. Extendable with custom Java modules.";
fDesc[17] = "e-album without any special knowledge. The program is extremely easy to use and does not require any additional software.";
fDesc[18] = "colorful description for each photo. Publish it on the Internet and share to your friends with zipped package easily.";
fDesc[19] = "existing images and automatically creating an optimized digital photo album for use on the Web, Email or CD. With a choice of 4 photo album styles including slideshow, popup, frames and (new with this release) Flash, there's a style to suit every taste. Included are image controls for brightness, contrast, color balance, text/background colors and image selection, automatic thumbnail and cross-browser HTML/JavaScript generation. What's more, every photo album is highly compressed for faster downloading over the web or sending via Email. The latest version has optional eye-catching 3D photo frames, super fast turbo mode, facilities to build slideshows based on templates and much, much more! All of the HTML and JavaScript Code is automatically generated - you can publish your albums as they are or copy and paste the code into your own pages. We've even included Email support directly...";
fDesc[20] = ", picture album, album review and family photo album. It can create, release or manage your photo album online easily, and allows you to upload, download, manage, and browse your photos online, and you even could browse your album through web.";
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 = '...';
}
}