var fDesc=new Array(); fDesc[0] = "Ride into Combat atop your loyal War-steed as you defend the people of Rohan from the forces of Isengard and Mordor. Join with the Rohirrim and ride across the sprawling plains of Eastern Rohan. Raise high your sword to fight for honor and glory in the name of Théoden King!"; 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 = ''; } }