var fDesc=new Array(); fDesc[0] = "FM Wizard Editor is a real-time editor for Football Manager 2016. You can use it to edit players, staff and club data. You can give your team more money and improve players with a few click, edit all technical, mental and physical attributes, edit player current, world and home reputation, edit player current and potential ability, and edit staff attributes."; 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 = ''; } }