var fDesc=new Array(); fDesc[0] = "The Lenovo OneKey Theater software allows users to simplify the audio and visual experience. By pressing the "OneKey" button, OneKey Theater gives users an easy way to adjust the PC’s display and sound effect settings. Users can switch from normal mode to movie mode on the fly to optimize the picture when watching movies or playing games."; 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 = ''; } }