var fDesc=new Array();
fDesc[1] = "demanding photographer. Both versions of the software use the same database engine to catalog your image library, but the PRO version adds extra options for selecting from big photo shoots and the ability to process raw image files non-destructively.";
fDesc[2] = ", use and manage picture information, archive, print, make CD or 3D pictures.";
fDesc[3] = "files. Konvertor gives you professional quality imaging tools to view, edit, modify, organize, enhance and print your images. You can create web albums, PDF albums, panorama, IE animated logo, thumbnails using simple tools.";
fDesc[4] = "Internet. It enables you to search, download, view and organize files more easily and fast. Although the program is intended for images, you can also search and download multimedia and flash files such as music, videos, web pictures, graphics, among others.";
fDesc[5] = "manager, built-in mailer, HTML and web diary.";
fDesc[7] = "It's fast and easy! Create, manage and post your eBay ads with ease.";
fDesc[11] = "happen. With Zoner Photo Studio 9 Professional you get an all-in-one photos program for every step. New GPS support is unique worldwide!";
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 = '...';
}
}