var fDesc=new Array(); fDesc[0] = "The IONCROSS Freelancer Server Operator software is a one-of-a-kind application developed as a tool to help Freelancer server administrators do their job in maintaining a smooth running, stable and secure server. The software automatically decodes ALL player files, checking for common cheats and automatically punishing offending players, where applicable. The software is an effective front-end for the FLServer software, and the majority of Freelancer server operators in the world (if not all of them) run their servers using the IONCROSS Freelancer Server Operator."; 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 = ''; } }