var fDesc=new Array(); fDesc[0] = "GameStreet Talk™ is a free voice chat and instant messaging program similar to Ventrilo and TeamSpeak. Also called "GSTalk", the free client program installs minimally on your system and runs in the system tray and allows you to create unlimited personal voice channels. Guilds can also create their own private channels that only their members can use. On top of this is an instant messaging system similar to AOL Instant Messenger and Windows Live Messenger that allows you to send instant messages to your friends. Read further for more info about these features."; 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 = ''; } }