var fDesc=new Array(); fDesc[0] = "Toy Defense 3 - Fantasy is a strategy game that features a magical new world with dashing warriors, fearless archers, crafty goblins, and immersion in a magical atmosphere. You will step into the role of a 10th-century commander: recruit and train your kingdom's warriors, wizards, archers, and healers to create a powerful army and destroy the enemy’s forces."; 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 = ''; } }