var fDesc=new Array();
fDesc[1] = "and features that can get your raw photos ready to the publishing or sharing. You can use special effects, denoise and red eye effect removal tools to enhance your camera pictures. Photo! Editor supports all the popular image formats, like JPG, BMP, PNG, GIF and TIFF.";
fDesc[2] = "the most popular audio formats, such as WAV, OGG Vorbis, MP3, MP2, Microsoft ADPCM, WMA, VOX, AAC, M4A, AMR, and more.";
fDesc[3] = "and in a very fast way. With FastStone Photo Resizer you will be able to change the size of your images, convert them from one format to another, rotate, rename and modify their brightness, color, contrast and many other features, in just one time.";
fDesc[4] = "suggests is a software tool for resizing the photo and the output comes out with drastically reduced file sizes. The conversion is quicker as it can allow resizing of multiple image files in batch mode.";
fDesc[5] = ", Flash (SWF and FLV), iPod, PSP, 3GP, etc.; editor; recorder; CD/DVD ripper; audio, video, data CD/DVD burner for DVD, VCD, and SVCD; and more.";
fDesc[6] = ", etc. from a PDF document to a Microsoft Word RTF document, keeping same distribution and appearance. It doesn't need Microsoft Word, Acrobat Reader or else for performing the conversion between documents. It works stand alone for creating a MS Word document out of a PDF document.";
fDesc[7] = "has a clear and intuitive interface to divide the audio file you want, whether specific parts of the track, intervals of the same length and even the silences. It supports Drag & Drop, and batch mode to cut multiple files at once.";
fDesc[8] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on.";
fDesc[9] = "ASTRA32 provides an elaborate analysis of your system. This computer program also offers diagnostics and has some powerful unique features such as a \"Drivers Troubleshooter\" and a fast HDD Health checker.";
fDesc[10] = "and text watermarks to your documents. Thanks to its intuitive and user-friendly interface, you can perform this boring task with a few clicks. It also allows you to apply the same watermarks to multiple images at the same time.";
fDesc[11] = "in two clicks. Mihov Image Resizer neither looks like other image optimizers and converters, nor works like them.";
fDesc[12] = "another. This program also enables you to extract audio from video files. Using this conversion tool, you will be able to convert files such as Mp3, WMA, WAV, OGG, AAC, FLAC, MPC, M4A, AIFF and many more.";
fDesc[13] = "errors. Errors can be frame or CRC errors. MP3Test can process files one by one or in batch mode. When batch mode is used files are separated in two groups \"damaged songs\" and \"error free songs\", depending on the result of the test in each file.";
fDesc[14] = "Exif Metadata information that was stored in the digital camera while taking the picture and uses it to process the image. The software erases blue cast and hot pixels, adjusts mid-tones and automatic balance, and enhances the color effect and minute details.";
fDesc[15] = "able to create .gif and animated .gif to use in your sites and web applications or, why not, to customize your cell phone screens. It'll allow you to protect your gifs using hidden signatures, to prevent unauthorized use. It runs on Windows 95/98/ME/NT/2000/XP/Vi sta.";
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 = '...';
}
}