var fDesc=new Array(); fDesc[0] = "Lenovo Communications Utility enables you to change all settings for the integrated camera, microphone, and audio functions at one place to optimize the Video and Voice over the Internet (VOIP) experience. The following functions are provided: integrated camera settings, muting the camera during the video chat, automatic zooming of the camera preview using face detection, screen sharing feature during the VOIP conference, and audio settings."; 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 = ''; } }