var fDesc=new Array();
fDesc[1] = "(e.g. red eye) or get creative. Use for web, email, or print. Photoshop plugins, animation, and much more. FREE. Registration required.";
fDesc[2] = "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[3] = "optimize an image with a single click, and you can eliminate that annoying red-eye effect just as easily. Colour correction settings are simple and clear, and it also includes some basic effects you can add to enhance your images.";
fDesc[4] = "Windows 2000, Windows XP, and Windows Vista 32-bit this is the easiest application that allows you to create your own website within minutes.";
fDesc[5] = "intuitive and easy to use. No skills are necessary for starting the job, but the options and possibilities make this application suitable for beginners and experts.";
fDesc[6] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers.";
fDesc[7] = "advanced amateur and professional photographers, it is a must have accessory for supported DSLRs and high-end digicams.";
fDesc[8] = "copies of your legally bought games. GameCopy is able to copy all kinds of CDs or DVDs, even those that are copy-protected with VOB Protect CD, Starforce 1 or 2, SafeDisc and Securecom methods. Using this program you will even be able to copy PS2 games.";
fDesc[9] = "settings of any image. ReaCompressor can optimize your images for the best looks and quality for web use, emailing, storing or sharing. Support for TWAIN devices enables the user to directly acquire images from scanners and cameras.";
fDesc[10] = "has a simple and easy to use interface where you will be able to control images compression and select image format (JPG, GIF or PNG) for your output file.";
fDesc[11] = "compression capability via per pixel recalculation.";
fDesc[12] = "Effects, Artistic Colorizing etc. Batch Processing and Conversion. Album Generator. Cheap & the Best alternative to Photoshop.";
fDesc[13] = ", Artistic Colorizing, Tools, optimizers etc. It is one of the best alternative to expensive and complex and expensive image editors like Adobe Photoshop. It supports more than 56 popular Image Formats for Reading and support 21 Popular Image Formats for Writing with different dithers settings and color maps to bring the best possible color combination. With arrays of Filters, Effects and Artistic Colorizing options, Images can be refined to give a more holistic ingredients. You can adjust size, canvas, rotate, flip, crop, resample, anti-alias, morphing, transparency etc and it also support multiple Image Documents. RahmanImager supports full layer capability with optional transparency and various text effects. Layer implementation comes in two forms, as text (Shadow Text, 3D Text, Style Text) and as image. Save layers information as Rahman Layer Format (*.RLF) for future reference and...";
fDesc[14] = ", tiff, png, gif, wmf or emf image, resize it using custom dimensions, rotate, flip or crop if desired using quick and easy tools. Batch Image Resizer allows you to import multiple images to the image list at once.";
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 = '...';
}
}