var fDesc=new Array(); fDesc[0] = "Bridge analyzer is the ideal bridge software for Bridge Clubs, Bridge Teachers, and players interested in developing their bidding, play or defensive skills.

Ideal for bridge teachers, with the ability to deal hands to complex specifications to complement lessons, save hands in files for each lesson topic, many print options ideal for student handouts, play hands through your TV or on a projector screen and Bo Haglund's DDS in the background so you can make sure no clever student finds a defence you had not thought of !"; 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 = ''; } }