var fDesc=new Array(); fDesc[0] = "Foolish Entertainment is proud to announce the new Advanced Tactical Center, the first version of the hugely popular ATC series of products that is completely customizable!
Now the powerful tool can be geared towards your favorite game and tweaked to your needs by creating Gamepacks containing the images and icons of your choice!

Plan, create and discuss tactics together before playing a game and take full advantage of your members to make sure that your whole clan improves in online performance and gain the upper hand in competition!"; 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 = ''; } }