var fDesc=new Array();
fDesc[0] = "Rename files with your photos quickly and comfortably!
Flexible file name generation.
Batch renaming mode.
One-by-one renaming mode.
Photo previewing.
Supported: JPG, BMP, TIF, PSD, PCX, PNG, TGA, WMF.
Rename photos according to the EXIF date "001 Sea 2007-01-31.jpg".
What is it for?
If you are not happy about such names of your photo files as “Img_0275.jpg”, “Dsc00403.jpg”, you need a tool to solve this problem – it is Fast Photo Renamer. You can rename either each photo separately or all photos in a folder at once.";
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 = '';
}
}