var fDesc=new Array(); fDesc[0] = "With DealPump you can instantly search databases of tournament or exhibition deals to find out what "the pros" did in particular situations that interest you, you can discover whether a particular bid or play makes sense by generating and examining a collection of hands of a particular type.
You can also visually replay the tricks from PBN and OKbridge hand records, log specific hands for off-line viewing or processing by other bridge software and explore how frequently a particular hand type actually occurs."; 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 = ''; } }