var fDesc=new Array();
fDesc[1] = "and precisely. This incredible program offers a comprehensive set of tools that enables you to edit your pictures and assists in transforming your photo ideas into reality.";
fDesc[2] = "shape. The pieces will enter the screen from the right, and you will have to pick them using your mouse´s left button, rotate them if needed with the right button, and drop them in place with the left button, again.";
fDesc[3] = "addictive and easy to play, Puzzle Inlay offers over 60 picture puzzles to inlay with more than 18 varieties of gems. The purpose of the game is easy yet challenging.";
fDesc[4] = "the web, paint with the mouse, etc. You can acquire digital photos from file on your computer, with the help of a scanner or a digital camera and at once start to work with them.";
fDesc[5] = "draw your own works of art. You can acquire digital photos from file on your computer or directly from a scanner and at once start to work with them.";
fDesc[6] = "image editor adapted to look and feel more like Adobe´s application. Besides been free, GIMPShop adapts its terminology and menu structure to look and feel more like Adobe´s application.";
fDesc[7] = "break the evil spell with your trusty wand. Along the way you will learn powerful incantations that will protect you from harmful spirits and help you see clearly.";
fDesc[8] = "account passwords and WAND autocomplete data recovery (even if protected with a Master Password).";
fDesc[9] = "puzzles!";
fDesc[10] = "into the bubble wand, left click to blow a bubble.";
fDesc[11] = "Whether the password is lengthy, complex or in a non-English language, it'll be recovered with ease.";
fDesc[13] = "user's penis using only their computer. Oh! But it doesn't really.";
fDesc[15] = "wand to transfer ( text , image or both ).Works in singel and batch mode.No needed 3. party components.";
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 = '...';
}
}