var fDesc=new Array(); fDesc[0] = "Final Combat is a free online game that allows you to test your shooting skills against players from all over the world. You can opt to play various missions or the range mode in which you receive rewards when you are hitting the correct targets. You can also join various online rooms in which you have to eliminate all the enemies."; 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 = ''; } }