var fDesc=new Array(); fDesc[0] = "EA SPORTS Game Face is a feature available to registered users of www.easports.com and www.easportsfootball.com. You can upload photos of your own face and have it take a starring role on your Profile page, share it with your friends, and unlock gear for your avatar.

But that's not all! Game Face also works with FIFA's Virtual Pro feature, meaning that your Game Face is downloaded into the game and mapped on to a facial model, ready for kick off. If you have ever wanted to play alongside your footballing heroes, Game Face is your chance to literally join them in the action on the pitch."; 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 = ''; } }