var fDesc=new Array(); fDesc[0] = "GPGnet provides multiplayer and community support for current and future premier product offerings from Gas Powered Games.

Once you create a free GPGnet account, you can use the GPGnet online matchmaking system to locate and connect to online games of Supreme Commander, or host your own games and invite others to join!

GPGnet also lets you discuss the last battle in public or private chat rooms; keep track of friends; and even create your own clans."; 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 = ''; } }