var fDesc=new Array(); fDesc[0] = "Born To Fire is an MMOFPS (Massively Multiplaying Online First Person Shooter) game. A future war between the USA and Russia is the theme of the game. You fight the war by joining one of the sides. The game has some decent graphics - enough for an online game. There are five classes of players, each with a distinctive arsenal and individualized tactics."; 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 = ''; } }