var fDesc=new Array(); fDesc[0] = "Kid Pix 3D is a drawing and presentation application created for children. It offers powerful additional video production features that allow kids to create their own animated adventures. Kid Pix 3D comes with an impressive collection of Media Elements, consisting of clip art, graphics, images, shapes, animation, sounds, music, and videos, which enable you to create stunning projects in just a few mouse clicks."; 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 = ''; } }