var fDesc=new Array();
fDesc[5] = "location and local time of the webcam and the list is updated every week.";
fDesc[6] = ", get creative with talk bubbles and 40 stylish filters. Accurate color with professional color management.";
fDesc[7] = "tiles. Unique game analysis, statistics for each board layout, highscore tables and relaxing ambient background music!";
fDesc[8] = "effects. Handy realtime preview. A collection of professional-looking stock gallery templates.";
fDesc[10] = "just as fun and almost as easy to create. You can easily share your albums via e-mail, CD-ROM or the Internet";
fDesc[11] = "http:/www.xequte.com/ dijialbum/index.html";
fDesc[13] = "configure, just select the video device you wish to use and set the refresh rate. CamSaver works with any Video for Windows device.";
fDesc[14] = "seconds. Create CDs, web-pages, and prints of selected photos. View EXIF metadata. Supports RAW formats for more than 70 cameras.";
fDesc[15] = "share with friends. Creating a jigsaw puzzle with this program is a straightforward process that takes only a few clicks. Solete Puzzle is shareware and a fully functional version can be tried out during 30 days.";
fDesc[16] = "distortions of panoramic images, recover real shapes and sizes of objects and restore their natural look.";
fDesc[17] = "pixels.";
fDesc[18] = "home. A long list of webcams is supplied with AloeCam and more can be added. AloeCam makes watching webcams easy.";
fDesc[19] = "no hardware. It can use your former medias, including pictures, video clips etc. as its sources.";
fDesc[20] = "users are able to create picture slides. You can improve pictures automatically or manually, remove red-eye effects, apply distinct effects, add frames and borders, fix colors, crop, add text captions, etc.";
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 = '...';
}
}