var fDesc=new Array(); fDesc[0] = "Micro Bridge is a highly intelligent contract bridge software for Windows users. You can enjoy playing bridge with other computer players or with other human players (up to four persons at once). The program supports many types of duplicate bridge and other functions that are useful for beginners, average players, and even experts. You can enter or edit arbitrary hands, choose the conventions and treatments that you wish to use, and create new bidding systems, make your own bidding systems, install additional tournament data, choose the card design, regional notations, and a table top color, and more."; 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 = ''; } }