var fDesc=new Array(); fDesc[0] = "If you just started laying bridge and you want to practice, Bridge Apprentice is the perfect software for you. It has modern bridge conventions and some really nice features: you can have the software interpret the bidding, you can see your partner's hand as well as your opponent's and in case of a missclick or an error of judgment you have undo, rebid, or redeal.
In Bridge Apprentice you can play either a rubber or a IMP team match."; 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 = ''; } }