var fDesc=new Array(); fDesc[0] = "SpiritPad Synchro is an application that allows to connect the Spirit Pad tablet to your pc. The Spirit Pad is a device dedicated to children 4-9 years. The tablet has features that will allow your kids to learn writing, counting and painting - all of it with pleasure! The Spirit Pad develops planning, logical thinking and prediction skills. It teaches reflex and agility in a pleasant way. Some games are operated using motion sensor! The tablet is also equipped with a library with multimedia books."; 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 = ''; } }