var fDesc=new Array(); fDesc[0] = "If you use Microsoft Word for your sermon preparation (instead of the really cool Topic Notes editor in e-Sword), then maybe the following template will make searching and inserting Scripture easier for you. Taking advantage of the latest in Active-X technology these e-Sword macros give you all of the capability of e-Sword's Search and Copy functions. Now there is no reason to switch back and forth between applications, and "cut-and-paste"."; 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 = ''; } }