var fDesc=new Array(); fDesc[0] = "Efiresoft Image to Icon Converter is a program that converts BMP, JPG , GIF, PNG files to icon files. The program has support for different image sizes and it allows you to create icons from 8x8 up to 256x256 in size. It also has support for different color, including Monochrome 1bit and 24bit true color."; 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 = ''; } }