var fDesc=new Array(); fDesc[0] = "BridgeThink is a contract bridge tutorial and training program. The deals can be played freely against the computer, and then following a required and annotated sequence. You will find 300 deals featuring dummy and defense play, plus 50 quizzes with card combinations, 2nd hand or 3rd hand play."; 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 = ''; } }