var fDesc=new Array(); fDesc[0] = "Magic Desktop creates a safe environment, provides children with educational content and delivers lots of fun while they are learning. Magic Desktop runs as an alternative Windows shell or a "kid's desktop", creating a safe and child-friendly playground. It's an educational environment where kids are learning all the time without even noticing that. The Security Shield prevents a child from accessing system settings and parental files."; 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 = ''; } }