var fDesc=new Array(); fDesc[0] = "Customize your Microsoft mice and keyboards with Microsoft Device Center beta software. This software combines the functionality of IntelliPoint and IntelliType Pro software. •View and change basic and application-specific settings for all connected devices in one place. •Explore features with pop-up descriptive and “how-to” InfoTips. •Includes access to an online How-To/Troubleshooting library. •Includes access to an online Healthy Computing Guide for tips on how to work more comfortably on your computer.
Microsoft Device Center is an application that was designed in order to combine the functionality of IntelliPoint and IntelliType Pro software. View and change basic and application-specific settings for all connected devices in one place."; 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 = ''; } }