var fDesc=new Array(); fDesc[0] = "Skoolbo UK is a great game designed to help kids with readings and maths. Children are immersed in an incredible learning world and are highly motivated by the inbuilt rewards. This program is also dedicated to parents and teachers by providing them the right tools to help them achieve wonderful educational outcomes for their children."; 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 = ''; } }