var fDesc=new Array();
fDesc[0] = "ABM08 is the combination of a Patch that will install in your FIFA 08 three new model files, together with a kit editor with the classic CM08-like graphic user interface. The model files have been patched by Outsider 87, one of the most creative FIFA 08 editors. The program comes with a fantastic collection of armbands from a couple of the most famous armband makers of the FIFA community: abyPREDATOR and FOKA.";
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 = '';
}
}