var fDesc=new Array(); fDesc[0] = "With this software and a compatible wireless receiver, you can use various Xbox 360 accessories such as wired and wireless game controllers, wired and wireless headsets, and wireless wheels for gaming on your computer.
The accessory status indicator shows the battery status (for wireless devices) and assigned quadrants of the connected compatible devices. Also, from the drop-down menu, you can change the accessory status indicator settings, find out more about Xbox Live®, and check for updates."; 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 = ''; } }