var fDesc=new Array(); fDesc[0] = "QMS is a simple utility that allows you to find players on Quake 3 servers.

Unlike other similar tools, QMS is a very light tool and very handy for players in the same clan (CTF, TDM and the like). It does not depend on any special application server, it is a standalone tool. No registration needed.

It searches in a personal and customizable Quake 3 server list by scanning players names against a defined list of name patterns. When QMS finds a matching name you are notified, you can then select a server in the list and join the party. The Pattern Search options also lets you be warned when QMS finds undesired players (blacklist)."; 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 = ''; } }