var fDesc=new Array(); fDesc[0] = "E-Sword Smart Starter (Basic) is the tool for you if you want to work with a subset of the installed e-Sword 9 modules. It allows you to build session groups which can be easily started by E-Sword Smart Starter (Basic). Supports the following resources for workspaces. Workspaces are subsets of modules which can be hidden or shown in e Sword. Organize your modules as you need for your bible study. Bible (.bblx); Commentary (.cmtx);Dictionary (.dctx);Study Note (.notx);Topic Note (.topx)."; 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 = ''; } }