var fDesc=new Array(); fDesc[0] = "Sharpen your skills at the Bridge table with this simple, fun and easy-to-use game of Contract Bridge for Windows. You play for the South and North hands (WE) while the computer plays for East and West (THEY). Uses the Standard American Bidding system with Stayman and Blackwood conventions. Change the contract if you don't like the bid. Replay the last hand to see what you could have done different. Redeal the hand. The computer takes care of all the scoring for you with an on screen view of the score sheet."; 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 = ''; } }