var fDesc=new Array(); fDesc[0] = "With this tool called FM09 Additions it's possible to install some additional content in single way (stadiums for the ingame-stadiumeditor, the MegaDev-formations, DTH-badges-file => "Die Toten Hosen") or modify some existings files. One of these options is to set the constructionstime for stadiumelements e.g. to 1 week, so it's not longer necessary to activate the stadium-build-cheat of the trainer each week. Another option is modify the probability for a youth-player in an international youthcamp from 1/365 e.g. to 1/1. But the highlight should be the only option to cheat the clubfacilities!"; 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 = ''; } }