var fDesc=new Array();
fDesc[1] = ", JPEG, JPG image and convert to pen, pencil or pastel sketch using customized brushes and textures. You can edit the sketch in singe click. customize the precision and lines you want to use in the sketch and you will get a real looking sketch.";
fDesc[2] = "sketches. This software is very easy to use and suitable for anyone. There are many frames to choose from as well as faces or icons. We can add frame and face, zoom in/out, save, save to an album, print, send by e-mail, set as a wallpaper and many more.";
fDesc[3] = "time the original photo and the sketch. This software lets us apply the following effects: pen, pencil, pastel (plus brush and eraser in the freehand mode). It is also possible to choose a texture for the sketch.";
fDesc[4] = "control Snowy while he runs through catacombs collecting precious rocks and gold, and even digging to find other treasures. While running through the mystery chambers be aware of the enemies.";
fDesc[5] = "over the top of another, but only if both have the same color or number and are in the same row or column. The game ends when there is no chance of a valid move. It is really complex and requires an acute observation sense and concentration";
fDesc[6] = "and you can burn them into CD/DVD directly.";
fDesc[7] = "auto-change the wallpaper in turn. It's very easy! Download now and install it, your wallpaper will being living.";
fDesc[8] = "and, restore also with one click. Take your Favorite to anywhere! It's fine.";
fDesc[9] = "mystical, melodious and fascinating! you will have a tour of Chinese traditional music by this software.Are you ready?";
fDesc[10] = "using his Atomixer Device.";
fDesc[11] = "multiple modes Brickette offers hours of fun for both beginners and advanced players alike.";
fDesc[12] = "PC at any time! Keep you private information secret, Transfer data safely and conveniently.";
fDesc[13] = "spheres representing goals and tasks. It breaks down bigger goals / tasks into smaller sub-goals / sub-tasks. Great for getting things done.";
fDesc[15] = "additional game after register.Include type of game:Action,Adventure, Board,Classic,Shooting ,Sport 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 = '...';
}
}