var fDesc=new Array(); fDesc[0] = "Endgame: Syria is a free interactive exploration of events unfolding in Syria today. Each choice the user makes has consequences – the types of military units you may deploy, the political paths you choose to tread. Not only does each choice impact the current situation but your choices may also impact the final outcome."; 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 = ''; } }