var fDesc=new Array(); fDesc[0] = "Z1 Server allows you to broadcast data from your racing simulation to any computer on your network. The Z1 Dashboard can read the broadcasted data, so that you can run the Z1 Dashboard on any computer on your network. The Z1 Server will also broadcast the joystick button inputs allowing you to control the dashboard switching and other options from the main computer."; 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 = ''; } }