var fDesc=new Array(); fDesc[0] = "It’s time for some real fast-paced tower defense action. Jump into epic combat, take command of powerful vehicles and put your strategic skills to the test to become the ultimate commander. Sharpen your tactics and tackle dynamic PvP battles from across the globe; compete in tournaments to rise through the ranks all the way to the Gold League. They may be toy soldiers, but this no place for toying around."; 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 = ''; } }