var fDesc=new Array(); fDesc[0] = "This new edition of Tabletop Commander will support creating data files, game information, and collections for most all of the tabletop games out there. Hence the addition of 'Universal' to the name. That is a a pretty big change by itself but from a “you the user's” perspective probably the biggest, and probably unpopular, change is that data files will not be provided with Tabletop Commander Universal."; 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 = ''; } }