var fDesc=new Array(); fDesc[0] = "Drawing4Kids is a free drawing/”Coloring Book” application for young children (3 years and above).
This program is intended to teach small kids to handle the mouse and have fun with colors, shapes and sounds. It has a friendly user interface, nice sounds (on colors tab there are piano Musical Notes) and a variety of stamps models."; 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 = ''; } }