var fDesc=new Array(); fDesc[0] = "Magic Desktop – the World's best software for kids between ages 2 and 10! Magic Desktop provides a safe way to share computers with children. It functions as an operating system on Windows-based PCs that is both child-proof and child-friendly. Magic Desktop is the first thing kids see when the computer is turned on, and accessing the regular Windows screen requires a parent-selected password. Magic Desktop protects your system settings and important data files from accidental kid-interference, ensuring your PC will always work when you return."; 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 = ''; } }