var fDesc=new Array(); fDesc[0] = "Arcade strategy game with many enhancements and several types of troops. Imagine, for centuries two camps fought: one good men and the other full of maniacs and rapists. Naturally, we are helping the good guys, using magic, combat tactics and ingenuity. You will be able to bring victory to the army, and earn a software upgrade for improvement improve. Not bad, a little arcade strategy to pass the evening."; 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 = ''; } }