var fDesc=new Array(); fDesc[0] = "IconCool Editor is an easy-to-use and powerful icon editor to edit icons, cursors and web graphics. It comes with all the functions for creating and editing ICO, CUR, ANI, ICL, GIF, JPG and WBMP image files. In addition, it offers more than 50 image filters as well as 20 image effects. You can convert images in 25 formats to icons easily. You can extract icons from EXE, DLL, ICL or OCX and then edit or re-save them."; 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 = ''; } }