var fDesc=new Array(); fDesc[0] = "PixelToolbox is the complete solution for designing desktop graphics for the Windows operating system. Create, edit, and apply 1-bit patterns, wallpaper tiles, icons, and cursors - all from a single integrated environment. PixelToolbox offers the standard set of painting tools along with a few filters and features not found in other software. The unique interface, tools, and workflow were engineered to maximize your creative potential."; 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 = ''; } }