var fDesc=new Array(); fDesc[0] = "Lenovo Service Bridge is a Windows program offering several support related enhancements to make the site navigation easier for end users. The current set of capabilities include the following features: automatically detect your machine's serial number and machine type - model. This information is then passed to the main website so that the user is better assisted with support. This replaces the need to search or browse for your product when you need support.

Download multiple files at once from the product downloads section with pause, suspend and resume."; 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 = ''; } }