var fDesc=new Array(); fDesc[0] = "IMPROVE YOUR MMO GAME SPEED! WTFast is the Gamers Private Network (GPN), a global data network designed specifically for MMO Gamer. The WTFast GPN ensures the optimal transmission of your game data between your PC and the Game Server. WTFast offers a free client download that connects you to the GPN (Gamers Private Network) when you want to play. WTFast gives you the optimal game connection and a competitive advantage - increasing your game speed, reducing your game disconnects, response deviation & lag."; 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 = ''; } }