var fDesc=new Array(); fDesc[0] = "Mount&Blade is an immersive medieval action/tactics game taking place in a fictitious land named Calradia. Enriched with RPG elements, Mount&Blade offers a captivating environment, beautifully detailed with hundreds of castles, towns, and villages to explore. Master your mounted and on foot combat skills, choosing from a vast arsenal of medieval weaponry including polearms, axes, swords, bows and many more. Serve as a vassal under a powerful king, or raise your own armies and compete for domination of Calradia."; 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 = ''; } }