var fDesc=new Array(); fDesc[0] = "PNG To Icon Converter is a great and easy tool that lets you convert your PNG image format (.png) files into Icon image format (.ico) files in very large quantities. The conversion is very fast which allows you to convert thousands of files at a time in just seconds."; 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 = ''; } }