var fDesc=new Array(); fDesc[0] = "Winning Bridge allows you to play the bridge card game against a computer. You or the computer can bid and play in any position.
You can easily configured for popular bidding systems (Acol or US Standard) and with many options.
With Winning Bridge you can also practice remembering bids and cards played,go back to the start of any round of bidding or trick and play at your own pace."; 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 = ''; } }