var fDesc=new Array(); fDesc[0] = "If a user continues to play FO2 without renewing contract of players, as soon as these players’ contract term meets 0, they disappear from the team. The new recycling system will show the expected result after recycling the selected virtual uniforms so that users will have a rough gauge of the stats of the recycled card.how circles in different colors in each column of the virtual uniforms list according to each virtual uniform’s standard auction prices."; 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 = ''; } }