var fDesc=new Array();
fDesc[1] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client.";
fDesc[2] = "uniques. The interface of the program have two Windows in one of each we can explore our files to find images for create our icons and in the other windows we have tools and colors to transform them.";
fDesc[4] = "capability to remove the tiny spots and marks on your face. It can select your skin tone and use it to clear up the small spots or color differences in your skin.";
fDesc[5] = "WindowsCE, PocketPC2003 and WindowsMobile. You have to install it in your desktop PC, and the software will make the connection to your PDA using ActiveSync. But you can still use the program thanks to the 'offline' mode, you can open REG, RGU, CAB and HV files.";
fDesc[6] = "really feel your self at space. Pick up special bonus like shields and weapons in order to power up your space ship and pay attention to additional bonuses and extra lives.";
fDesc[7] = "Internet. As every other Filter Forge freepack, it allows you to generate textures, enhace photos, process images and create visual effects. By using this application, you will be able to configure some advanced settings such as image contrast, vignetting, grain, photo damage, size, variation and more.";
fDesc[8] = "similar and/or identical ones. The accuracy of comparison is really good. The program supports most of the popular image formats: TIFF, JPG, PCX, BMP, ICO, PNG, WMF, TGA, J2K, and others.";
fDesc[9] = "other packages this simplify the user experience. When you install the program you must to configure it, the first things that the program show is your connection speed you can choose between modem, ISDN, ADSL or your office connection.";
fDesc[10] = "difference to the charm of the homepage of an ordinary website, by adding elegant and stylish buttons and good looks, thereby making it user friendly and eye catching.";
fDesc[11] = "installs itself as a virtual PDF printer driver so you can convert your documents just by printing them. The process is extremely easy. If you know how to print you know how to convert any document to PDF.";
fDesc[12] = "restore it, if you previously saved an image of your system using Recovery Commander. That can be done with Windows System Restore. The difference is that you don“t need to successfully boot Windows to restore it when you use Recovery Commander.";
fDesc[13] = "Super Fun Classic, Find the monkey, Leisure and Puzzle. This sequel of 5 Spots I is great as it not only brings new images to the classic mode game, but also completes the game with new additional game modes.";
fDesc[14] = "jpg, pcx, tga, gif, bmp or tif portrait and use the spot eraser to remove spots like pimples and scars on faces. Stepok Digital Beauty offers 4 auto fixes for exposure and 4 auto fixes for skin color. You can also manually adjust the skin color, clean skin levels and exposure levels.";
fDesc[15] = "banners are built from still images that are, in turn, created from another programs (MS Paint BMP or GIF) and this application will put them together and make them work as an animated GIF or banner.";
fDesc[16] = "attractive and functional interface that lets you read any Bible book or chapter, consult one of the included dictionaries and commentaries, and write your own notes, all in the same, four-panelled window.";
fDesc[17] = "player too. You can view, edit, enhance and manage all your photos in couple of clicks. Ai Picture Utility supports drag drop feature that enables the user to work faster. Ai Picture Utility has in-built unzipper that can extract multiple zip files in single click.";
fDesc[18] = "interface, easy to understand and use. It has several special features such as adding stunning visual effects, support for all types of GIF animations, and excellent tutorial and examples. This professional edition has a full set of features for unlimited use.";
fDesc[19] = "you are a novice just learning to manage a growing collection of movies, pictures and songs or a media specialist charged with the task of warehousing digital assests, Media Purveyor is the solution. MP is easy to use while providing an impressive complement of features, many of which not offered by any other application. Discover the difference.";
fDesc[20] = "mysterious image. The idea is to fill the canvas by painting the correct cells with the appropriate colors. Gameplay is quite absorbing, and what makes the game even more attractive is its colorful interface with its cheerful music and sounds.";
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 = '...';
}
}