var fDesc=new Array(); fDesc[0] = "Kidsmenu is designed to be a child friendly alternative/replacement windows shell, and is also functional as a normal launcher/menu application. Kidsmenu avoids some of the complexity and danger introduced by the standard windows shell (explorer) when put in front of young children. for example, as there's no start menu, hitting the windows key accidently while playing a game won't show the start menu. (note this functionality currently requires kidsmenu to be running as the replacement shell)."; 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 = ''; } }