var fDesc=new Array();
fDesc[0] = "Dofus-Arena is a PvP-orientated online video game that offers the lustiest warriors among you the chance to challenge other players to heated battles in hundreds of arenas scattered around Hormonde.
All players begin with the same number of points which they use to build a team of characters whose various talents must fuse to form a versatile and powerful fighting force - only those with the perfect strategy will prevail.
Requirements:
- Processor: Pentium® III 1.2 GHz (or equivalent Mac),
- RAM: 128 Mb
- Operating system: Windows® 2000 and or Mac® X and
- Available space: 80 Mb
- Internet connection: Broadband 128
- Flash© Player 8.0 (for Mac®)";
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 = '';
}
}