var fDesc=new Array(); fDesc[0] = "FM Editor Live (FMEL) 2016 is a simple real time editor for Football Manager 2016. It allows you to edit data of your loaded FM16 save-game on the fly. This application also works with the FM Touch mode. It can be used to transfer budgets (season and remaining), wave budget, edit overall balance, etc.

This tool is an FMScout.com and Moddingway.com association."; 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 = ''; } }