var fDesc=new Array(); fDesc[0] = "MyPng2Ico makes converting a set of PNG images into a ICO file a simple point and click operation. At present, MyPng2Ico only converts PNG files that are "size-appropriate" for Windows: 128x128, 64x64, 32x32, 16x16. It is an easy to use program. Have fun!"; 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 = ''; } }