var fDesc=new Array(); fDesc[0] = "Bedtime help is a useful program designed to aid you in
getting better rest by helping you go to bed at a reasonable time.
It will remind you how long you wanted to stay up and will schedule a shut down time for your pc.
A tool designed to stop your habit of staying up way too late."; 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 = ''; } }