var fDesc=new Array(); fDesc[0] = "Lux Delux is a game of strategy and domination inspired by the board game Risk. Control your armies to conquer and hold strategic countries on the map. The object of the game is simple: take over the entire world. Play on historical, geometric, geographic, and fantasy settings. Create your own maps too."; 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 = ''; } }