var fDesc=new Array(); fDesc[0] = "Kids ages 5-12 will adore this new fun and games software that is three programs in one. Kids will love creating, coloring and manipulating images as they put their imaginations to work. Based on a dinosaur theme, Picture Me Dinosaur is far more than a simple coloring book -- it actually includes a sophisticated yet kid-friendly graphics program disguised in an easy-to-use and fun interface that kids find intuitive. Picture Me Dinosaur even includes support for most popular printers, including color inkjets, so that budding artists can print their creations."; 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 = ''; } }