var fDesc=new Array();
fDesc[0] = "Greenfish Icon Editor Pro (GFIE Pro) is a powerful freeware icon, cursor, animation, icon library and image editor. Layer support with advanced selection handling makes it a really professional and unique freeware tool for designing pixelgraphic images. GFIE offers high-quality filters like Bevel, Drop Shadow and Glow; supports editing animated cursors and managing icon libraries. It's lightweight (< 5 MB unzipped) and also has a portable version - just unpack it to your USB drive and use it anywhere. A clean, customizable, multilanguage user interface makes it really easy to learn and use.";
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 = '';
}
}