var fDesc=new Array(); fDesc[0] = "Lux Alliance: the synchronized-turns strategy wargame! Inspired by the classic boardgames Axis & Allies and Diplomacy. Marshall your troops, collaborate with your allies and capture all the enemy HQs to win. Play on historical, geometric, geographic, and fantasy settings. New maps get added all the time and can be one-click installed using the built-in Map Manager. No waiting while other players make their moves. Everyone plans their moves at the same time. When planning is finished, all battles are resolved simultaneously. Finish an epic game in half an hour."; 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 = ''; } }