var fDesc=new Array(); fDesc[0] = "FEI allows you to export / import faces, hairs, boots and balls 3D models from PES 2010 to Blender. FEI 2.0B version fixes bugs found in previous version as well as it includes the option to import / export balls and boots 3D models. And the most important feature is that FEI has a 3D Viewer to preview your works."; 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 = ''; } }