var fDesc=new Array(); fDesc[0] = "The Toshiba Sleep Utility, offered with select Toshiba laptops, allows the charging of USB devices such as a tablet, cell phone, camera, or personal media player while the computer is in sleep mode or even shut down. The Sleep Utility window opens when you connect a device to the USB port with the lightning bolt."; 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 = ''; } }