var fDesc=new Array(); fDesc[0] = "WinSIXAXIS can only track rotation along the roll and pitch axes. It maps roll and pitch to four joystick axes under windows. Two are aimed for games with 180 degrees tracking (can’t tell whether the joystick is facing up or down), and two with full 360 degrees tracking (differentiates between facing or down)."; 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 = ''; } }