var fDesc=new Array(); fDesc[0] = "Easy Bridge is a freeware bridge program for Windows 95/98 and NT.Easy Bridge stacks the cards in each suit with a slight overlap between cards based on the size of the program window. If you know nothing about the game of Bridge and would like to learn, this FREE program is exactly what you want. Learn To Play Bridge gives you the opportunity to read and PRACTICE the fundamentals of Bridge."; 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 = ''; } }