var fDesc=new Array(); fDesc[0] = "Icofx is a professional-quality program for designing icons and cursors. This program allows you to convert your favorite images into icons or cursors. Supported image formats SVG, BMP, PNG, JPG, JPG2000, TIF, and GIF. You can also extract icons from executable files, DLLs, and similar formats. Icofx features a full blown image editor with many useful tools, different brush sizes, shapes, etc. More than 40 effects are at your disposal for the creations of unique icons."; 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 = ''; } }