var fDesc=new Array(); fDesc[0] = "X52 Pro Flight H.O.T.A.S. System is a hands-on stick and throttle flight controller for flight simulators. This windows software package includes the device drivers and configuration tools for Pro Flight X52. You can use it to change the functions of each key, assign a color to each button's tri-state LED, etc. You can create and save custom profiles for multiple flight simulation tools."; 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 = ''; } }