var fDesc=new Array(); fDesc[0] = "EasyBits Magic Desktop is an operating system specifically designed for children aged 2 to 10. EasyBits Magic Desktop includes features such as: Parental Control, Safe Internet and E-mail, No Homework – No Play, Play and Learn and various games. It also provides a safe way to share computers with children and functions as an operating system that is both child–proof and child–friendly."; 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 = ''; } }