var fDesc=new Array(); fDesc[0] = "LopArt is a program for the creation of images that takes its inspiration from traditional tools for drawing and painting, but that also includes functions for interactive communication enabling the sending of images by e-mail.
The software’s ease of use and entirely graphical mean that a child of four is able to draw without being
confronted with the hurdles associated with computer use, such as file management and menu reading."; 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 = ''; } }