var fDesc=new Array(); fDesc[0] = "Let your children begin a great adventure which is full of excitement and creativity with the most innovative tablet from Genius - Kids Designer. It’s a fun and fresh idea for kids from the ages of 3-8. With Kids Designer, they can paint, draw, write and use it as a mouse or even play a game. The specially developed game software helps inspire kids to accelerate their learning skills in colors, shape, math, thinking, etc. Now children can express what they are thinking and create their imagination using the included game software. A series of fun games are also made for pure enjoyment and excitement./ Kids Designer tablet is easy to use and install. It comes in a eye-catching outlook and makes a great gift for your children. Contact your local salesperson for more details how you can pick this up for your child."; 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 = ''; } }