var fDesc=new Array();
fDesc[2] = "integrates with Adobe Photoshop, Paint Shop Pro Photo and other photo-editing applications. It gives you the power to apply any imaginative effect to an image surface without disturbing its original details.";
fDesc[3] = "monochrome, 16 colors, 256 colors and 32-bit True Color with alpha channel color depths. Modify your icons with helpful paint tools for free.";
fDesc[4] = ", 140+ filters and artistic effects with a lot of retouching & designing and comes packed completely with a massive range of image modification, retouching, special effects, and geometric distortions and deformation filters. Using the Painting tools enables users to apply a wide variety of effects with such tools as the Pencil, Brush, Rubber Stamp, Spot Stamp, Paint Bucket, Spray Paint, Gradations and Eraser and each one of these tool has a range of easily configurable features and styles located at the top horizontal pane. Paint with patterns and textures as easily as solid colors. Create and edit your own textures, too. You can even define your own customized filter, palettes and save it to apply to your photos. You can adjust size, canvas, rotate, flip, crop, resample, anti-alias, morphing, transparency etc and it also support multiple Image Documents. Save images with minimized...";
fDesc[6] = "capabilities. Combine and manipulate text, images and shapes to create Flash movies. No programming, no scripting. Complete animation in several minutes.";
fDesc[7] = "threats of space, from asteroids to aliens.";
fDesc[9] = ", cheers you on. When you hit the slots she gets excited and dances. If she gets really excited, she might even fall out of her dress!";
fDesc[11] = "there are in a British bucket?Well, wonder no more and get Measure up, conversion software with over 600 different conversions...";
fDesc[12] = ", Volume, Speed and Time measurements can all be converted within their specific category.";
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 = '...';
}
}