var fDesc=new Array(); fDesc[0] = "HC Image Editor is an excellent program for the edition of images. The program will allow to apply twenty-three filters you of image, like fading, special adjustment of profile, effects, lines of edge, reduction of color, etc. In addition, you will be able to make conversions between a great variety of image formats. Also it includes an advanced system of color administration, zoom lens, mirrored tools and more. Its interface is pleasant and of easy 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 = ''; } }