var fDesc=new Array(); fDesc[0] = "Battle of Lemolad is an interesting arcade game for free. My Lord! It is time for us to embark on the military campaign to conquer all the Kingdoms in Lemolad. Use your matching and military strategy skills to invade hostile castles, build up your own city, train/upgrade troops such as soldiers, archers, cavalry and use magic with your mages. Features both Campaign Mode and Deathmatch. Have fun and good luck!"; 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 = ''; } }