var fDesc=new Array(); fDesc[0] = "Smiley Commandos is a strategy game, where two armies of smileys are up against each other. Lead your army of Smileys over 40 various levels and have a totally unique experice and challenge with each game. Game includes various boards ranging from small and open fields to large boards with cool islands of many shapes and also a multi-field boards, where players simultaneously play same game on 2 or 3 fields. Ensnare, encircle and hit the enemy!"; 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 = ''; } }