var fDesc=new Array(); fDesc[0] = "Mass Effect is a science fiction role videogame for Xbox 360 and PC. The game is set in the year 2183, and locates the player on the role of Commander Sheppard, a soldier of the elite fleet of the Alliance of Systems (An organization that agglutinates all the old nations of the Earth). The plot, little by little, will involve him in a conspiracy of galactic dimensions."; 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 = ''; } }