var fDesc=new Array();
fDesc[0] = "GSM is alternative Game Server Monitor, a new way to quickly find and monitor (display real-time status) multiplayer game servers for many popular online games. It's a tiny 32bit multithreaded Windows95/98/ME/2000/XP program using WinSock2 (the new network connectivity standard). The ultimate goal is to give gamers a complete toolbox for all their multiplayer gaming needs - a one small, fast, reliable, and handy freeware tool.
aGSM shows you both Local Area Network and Internet game server info, so the world's multiplayer game servers are just a click away once you've installed aGSM. This utility has many unique features - server finding addon which lists currently active Internet servers for your chosen game, server port scanning which allows you to find all game types running on a server, easy game server join, and much more, all packed in this tiny (sub-500Kb) freeware suite.
aGSM does not have complicated menu systems with thousands of unknown options - user interface is self-explanatory and convenient, with context-sensitive help for every item you can use. aGSM is user-friendly, yet highly configurable for advanced pro-gamers.";
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 = '';
}
}