var fDesc=new Array(); fDesc[0] = "Image2Ico is a powerful and easy-to-use utility for converting images to ico.
This utility includes a pack of programs - Bmp to Ico, Gif to Ico, Png to Ico, Jpg to Ico for the price lower than every each of them! Try it for free (30 days trial period) and find out that it is really worth its money."; 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 = ''; } }