var fDesc=new Array();
fDesc[1] = "experienced users. You can choose over 200 templates to make your work more creative. You can create wide range of projects such as collages,comic strips, calendars, greeting cards.";
fDesc[2] = "It is easy to install and use, requires very less resources and a user friendly interface. It is commonly used for .cbr and .cbz formats viewing though it can support all common image formats.";
fDesc[3] = "caricature art. This software contains features such as caricature effects, comic rendering, green screen, face swap, head-on-body, comic rendering, text, clip part and many other novelty templates.";
fDesc[4] = "like and to the location you want. But that is not all, you also can take multiple screenshots from the video you're working with and put them together into only one image file, with and amazing comic-like look!";
fDesc[5] = "just a few of them are as original and funny as Comic Life. With Comic Life you can create photo albums using the typical model-making of comics. I mean, dividing pages into frames or panels, adding dialogue boxes and other labels like balloons, captions, etc.";
fDesc[6] = "CBR an CBZ files that are available in Internet. This files are scanned comic books, saved in this format that can be read in any OS.";
fDesc[7] = "remember those funny moments from your childhood (like me). This excellent viewer will let you to open CBR (Comic Book Rar) and CBZ (Comic Book Zip) files easily.";
fDesc[8] = "The software features the ability to import scanned or inked artwork directly for editing and further development. A pen tablet can be used to create natural original sketches using a mouse.";
fDesc[9] = "from our online Collectorz.com Comic Database, including publisher, publication date, creators, character, genre and the cover.";
fDesc[10] = "in it. That way you can read daily comics in one page on your browser instead of going to each individual web...";
fDesc[11] = ", that automatically adds fifteen new sounds to your existing MorphVOX installation. It will be of no use if you don´t have that program installed, and it won´t put any direct access.";
fDesc[12] = "to catalogue, sort, and organize thier entire collection! It is a FREE download for everyone!";
fDesc[13] = "run, runs with breaks, and the newly added monthly subscription.";
fDesc[15] = "program lets you record detailed information about each of your Comic's.";
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 = '...';
}
}