var fDesc=new Array(); fDesc[0] = "A simple paint program. This is the first piece of Eggplant Animation Software. If you need help with the program, use the assistant. PixelPaint is a simple application that allows you to paint whatever comes into your mind. One super easy to use application."; 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 = ''; } }