var fDesc=new Array();
fDesc[0] = "FotoResize - the program is intended for
reduction and increase in the sizes of images and preservation of the ready
image in the set format.
Possibilities of the program:
- Converting of the image from one format in another;
- Renaming of files;
- Overlay of logotype (figures or the text) on the image;
- Group image processing;
- Formats are supported: BMP,JPG,JPEG,GIF,TGA,TIF,TIFF,PCX,PNG,PSD,PDD,PSP,WMF;
- Saving in formats: BMP,JPG,TGA,GIF,TIF,PNG,PCX,WMF,ICO.
The program is easy in circulation and does not demand special preparation. The
basic advantage of the program is a skill of simultaneous transformation of
files.
New features:
· Saving of files in formats PCX, WMF, ICO.
· It is added more exact mapping errors.
Bugs fixed:
· The error is corrected at loading WMF of the file.
· The mistake of distortion of the form is corrected at application of the big
fonts in system.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}