var fDesc=new Array(); fDesc[0] = "Lenovo Mobile Broadband Connect is an application for ThinkPad systems to support mobile broadband (3G) activation and connection to various service providers. This supports service providers for both cdma and gsm technology. This provides information about service plans, rates and ways to signup and activate the wireless wan adapter for mobile broadband connection.

After activation, user can establish (connect/disconnect) mobile broadband connection using the application or use Access Connection application."; 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 = ''; } }