var fDesc=new Array();
fDesc[0] = "This add-on enhances Fifa game giving it a realistic look.
The Apollox 2010 Realistic Gameplay Edition contains the following for FIFA 10:
- updated ball physic and gravity
- updated collision system, more smooth
- updated shooting (new aiming system)
- updated passes
- updated crossing
- updated freekicks
- updated penalties
- updated injuries, more injuries but not often winded players
- completly updated keeper skills
- updated AI difficult, much better and cleverer
- completly new game build up by the AI
- more dynamic playing by the AI
- AI try distance shoots
- AI are stronger and more aggressive in tackles
- team tactics are more important
- team strength and prestige play a bigger roll
- no game is like the other";
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 = '';
}
}