var fDesc=new Array(); fDesc[0] = "Kubbo is a patent pending 3D virtual world for kids that allows them to interact and learn with their friends. It allows you to manage your kids’ online social activities, viewing and sharing and of course game play. Starting with a home which acts as their online headquarters, kids can select their own styles and decorate it as they like."; 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 = ''; } }