var fDesc=new Array(); fDesc[0] = "This is one of the features added to the game to expand the immersion in the game world. Players now have level of relationships in the game one with teammates, one with the coaching staff and one with the organization as a whole. Each relationship is affected by different things say a player can’t get along with one of his teammates. That will make him unhappy and could cause problems amongst the players but it doesn’t mean the player dislikes the management."; 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 = ''; } }