var fDesc=new Array(); fDesc[0] = "Bounty Arms is an old school 3D side-scrolling action game. Gather power-ups that hugely alter your character and weapon arsenal. Explore distinct worlds as you travel across the galaxy, unlock hidden doors to secrets, meet up with new comrades, fight multitudes of enemies, and defeat bosses along the way."; 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 = ''; } }