var fDesc=new Array(); fDesc[0] = "The presentation is going fine and the group stops for a time to discuss a topic. Just as you are about to begin again the screen saver comes on or the battery manager on your laptop puts your computer into standby; then the projector goes off because it can't get a video signal. Several minutes later, with the continuity of the discussion broken, you're ready to begin again. With SaversOff running your presentations will run uninterrupted."; 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 = ''; } }