var fDesc=new Array(); fDesc[0] = "Boot Center 10 is a smart tool that allows you to import or export boots to your Fifa 10 game. The boot file that you import must be a .BMP 24-bit. Select the boot you want to load, select the boot ID than press Import. Also you can export your own boot file. An additional feature is Regenerate."; 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 = ''; } }