var fDesc=new Array(); fDesc[0] = "LOTR-TW is a Total Conversion for Alexander TW based on The Lord of the Rings trilogy, focused to recreate the epic battles seen in the movies, It has a complete Middle Earth map, from Harad to Forodwaith, and from Grey Heavens to Rhun, Fully customised cities like Minas Tirith on Battle and Campaign map, and a few Historical Battles, like the Last Alliance, Battle for Helm's Deep, and Pelennor Fields, and a few more about the Fellowship of the Ring."; 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 = ''; } }