var fDesc=new Array(); fDesc[0] = "The Microsoft Easy Assist Launchpad is the Support Professionals hub of the Easy Assist service. Once installed, the Easy Assist Launchpad runs in the Windows notification area, at the far right of the taskbar. The Easy Assist Launchpad can be configured to start with Windows for convenience."; 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 = ''; } }