var fDesc=new Array(); fDesc[0] = "ServerScan can be used in several different ways depending on what your trying to achieve. It can be run as a standalone scanner kicking players for violations, high pings etc as well as to send regular announcements. Many scanners do these tasks but not in the same way ServerScan does. It has a unique enforcement system that we believe works. This ultimately makes playing on your server more pleasureable. Built into ServerScan is a plethora of permissions. These are controlled by what we abtly named an RCON Key File. By using this file you can restrict what the ServerScan client is permitted to do on your server. With this control you are able to give all your paying Clan Members restricted access to your servers RCON. This feature is unique to ServerScan."; 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 = ''; } }