var fDesc=new Array(); fDesc[0] = "SoftOrbits Icon Maker allows you to create, modify, and generate application icons. The program provides everything you need to design, edit, and convert small graphics. Also, you can enhance your icons with a wide range of special effects. You can sharpen icons or add blur, change brightness and saturation, and use more than 20 other special effects available in the built-in editor."; 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 = ''; } }