var fDesc=new Array(); fDesc[0] = "Voxel Tap Dodge Tap - it is an endless arcade game with bonuses and a large selection of individual looks. The game's physics and controls are set up with the maximum balance between convenience and quality gameplay The unique atmosphere and stunning design of the game complement the challenging and balanced obstacles. How far can you go?"; 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 = ''; } }