var fDesc=new Array();
fDesc[0] = "Inverted Image is a freeware Mirror image tool.
This Mirror image tool is a clean and powerful image processing software. It can easily create the inverted reflection in water effect with your photos, as well as the wave effect. Breathtaking results!
Inverted Image supports general image file formats. Such as bmp, jpg, gif, png, tiff, tga, psd, etc. It can easily control the inverted reflection’s position, size, transparency, color, all with special effects capabilities.
With this easy yet powerful free Mirror image tool download, you can process your photos handily without any technical knowledge required.";
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 = '';
}
}