var fDesc=new Array(); fDesc[0] = "Arcane Worlds is a game inspired by the classic Magic Carpet - the blend of first person shooter, exploration, tactics and powerful magic. You fly instead of running and use spells instead of guns. It involves tactics, both in gathering the mana to power stronger magics, and using various spells to deal with dangers, monsters and rival wizards."; 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 = ''; } }