var fDesc=new Array(); fDesc[0] = "Zapaint is a small and easy to use application that your kids will enjoy.
You can paint pictures with this utility.
Zapaint is a freeware software that is sutable for small children.
You can download and install this software in only seconds.
You can save the drawing as .pnt, .png, and also .jpg."; 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 = ''; } }