var fDesc=new Array(); fDesc[0] = "Aha-Soft Icon to Any is an icon converter for Windows.

Icon to Any 3.21 allows you to convert Windows icons and cursors into ICO, CUR, BMP, JPEG, GIF, PNG, PSD, TIFF, XBM, XPM, WBMP and RC files. You can resize existing icons. This wizard can easily process multiple files at once. You can find icons and make images for use on Web pages."; 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 = ''; } }