var fDesc=new Array(); fDesc[0] = "At this point, the game lacks realism in a few respects, but that will improve as it becomes easier for players to create their own custom scenarios and candidates. As you play the new version, you'll find that you can save candidates and campaigns, which you'll be able to share in the "Game Mods" portion of the downloads section . We're also continuing to work on the code to make the underlying probabilities and equations more realistic."; 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 = ''; } }