var fDesc=new Array();
fDesc[0] = "PES 2012 EURO DLC Patch is a great and interactive patch for PES 2012.
New Features:
- Update formation, lineup for all EURO teams.
- Update lastest boots & correct assign.
- Play with 8 EURO stadium in Cup mode (without replace).
- Update kits : fixed color & sleeve.
- Update real EURO replay logo.
- Add more face & hair.
- Update transfers for EURO & Normal patch (FL playable with both mode).
- Update EURO adboard for 8 UERO stadiums.";
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 = '';
}
}