var fDesc=new Array(); fDesc[0] = "B-Bridge is available with a module, which allows you to play bridge in a local network. You are playing South at computer A and your partner plays North or East at computer B. An ideal opportunity to practice your bidding- and playing-skills.

B-Bridge is the funniest bridgeprogram on the market. Unique for B-Bridge is the possibility to play games against the computer in Duplicate mode. Also B-Bridge gives the possibility to shuffle 'endless' amounts of plays. Independently for NS and EW you can choose for Standard American Yellow Card, ACOL, Biedermeyer green, blue or red as basic biddingsystem. Also you can design your own biddingsystem.

B-Bridge is written in VB.NET for problemless functioning under Windows-Vista and Windows XP (32 bits). B-Bridge uses Bo Haglund's dynamic link library for very quick solving double dummy problems."; 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 = ''; } }