var fDesc=new Array(); fDesc[0] = "Dombrov Baseball is a computer baseball game that is based on the Sports Illustrated Baseball board game. It includes features you would expect in other more expensive baseball simulation programs but also has several features that help Dombrov Baseball stand out from some of the other games. You do not need knowledge of the Sports Illustrated game to play Dombrov Baseball - the program will show you how!"; 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 = ''; } }