var fDesc=new Array(); fDesc[0] = "Convention Card Editor (CCE ) is a freeware program that lets you fill-in ACBL Convention cards, print them, and save them. It runs on Microsoft Windows XP and above, uses standard Windows menus, and works well with computers set to "Large Fonts" as well as to "Normal Fonts". CCE is easy to use, does many things for you automatically, and includes additional features if you want to use them."; 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 = ''; } }