var fDesc=new Array(); fDesc[0] = "In ancient times, one warrior protected with armor was equal to ten ordinary soldiers. Steel armor and a long sword could transform an ordinary man into a hero. And this fantastic character was invented by science fiction writers. Ancient Knight - a real person capable of repelling group assaults and take on ten opponents at once. His weapons are a sword and a brave heart. Controlling the knight, you are destined to overcome hordes of enemies and overcome challenging obstacles which await you at every turn."; 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 = ''; } }