var fDesc=new Array(); fDesc[0] = "Imagine that you are in the Middle Ages. It’s the time of castles, knights and the Crusades. Now imagine that you are a brilliant military leader with your own troops. What could prevent you from conquering the world? Only a lack of time. Get ready to spend hours glued to your computer, capturing the enemy fortresses and the surrounding land, forming militias and gaining worldwide fame!"; 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 = ''; } }