var fDesc=new Array(); fDesc[0] = "Tutorial Bridge is a program that can teach you how to play the game Contract Bridge, while gives you the chance to play it and know all of the game rules and conventions. Through this self-playing application, Contract Bridge’s players will get to know the logic behind any bid made or card played. Players can interact with Tutorial Brigde at their own pace, according to the each player’s level of expertise.

The software includes many options so that both beginners and advanced learners can get the most of their experience using it, for example, unlimited undo of bid or card played to compare his/her action with the one Charlie, the computer would have used.

Contract Bridge is a partnership game played at a table of four players where a pair of players compete against another. Using a deck of 52 cards, partners sit opposite one another and are assigned as North and South, or "East and West.  The goal in contract bridge is to reach a score of 100 points, before the other team.
The game has a total of four levels that challenge all player’s degree of experience."; 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 = ''; } }