var fDesc=new Array();
fDesc[0] = "Over four years since Battlefield 2 launched comes the latest update, version 1.50 which is available to download NOW!
OThe 2Gb download includes one of the biggest list of changes since Battlefield 2 launched as well as new map by Bjorn Sundell, Operation Blue Pearl, both Armored Fury and Euro Force booster packs for FREE and Highway Tampa becoming a requirement giving EIGHT new maps that everyone will have and be able to play on ranked servers without worry of dropping out.";
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 = '';
}
}