var fDesc=new Array(); fDesc[0] = "TacticPlanner is a tactical planning tool specifically designed for World of Tanks players. You can load any maps of WoT, then draw your tactic with tools like in paint. If you want to animate every tank movement in real time, then just add some tanks and drag them to the position what you want. You can also make tactics and share them with other players."; 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 = ''; } }