var fDesc=new Array(); fDesc[0] = "JoinFS is a cross-platform multiplayer client for flight simulators. The program improves your flight simulation experience by providing a smooth, jitter-free movement of the aircraft. It features hostless low-latency peer-to-peer network topology, shared cockpit, unlimited passengers and multi-role cockpit, ability to record and save multiple aircraft to a file and play back recordings live over the network, and more."; 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 = ''; } }