var fDesc=new Array(); fDesc[0] = "Krosmaga is an online trading card game in which you play a god and face other players in short, fun-filled games that'll surprise you at every turn. Take control of the heroes from the games DOFUS and WAKFU, as well as from the mangas, animated series, and even the film DOFUS - Book I: Julith."; 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 = ''; } }