var fDesc=new Array(); fDesc[0] = "KaM Remake is a free add-on for the Knights and Merchants: The Peasants Rebellion strategy game. You can choose your civilizations and play various maps in order to conquer your vicious enemies. You can also edit your maps with the map editor and exploit the terrain you are building in the battle strategy."; 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 = ''; } }