var fDesc=new Array(); fDesc[0] = "This contains the entire database in the new Access 2010 format, designed by Edward Barclay, which is 64-bit compatible (works on 32-bit systems too) and has a lot of new features. This is the standalone version, which means anyone can use it, even if you don't own MS Access. It is self-installing and creates a directory on your hard-drive and puts an icon on your desktop. It is a big file, so don't try it with a dial-up modem. The mega-database contains over 35,000 sermon illustrations and 25,000 sermons."; 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 = ''; } }