var fDesc=new Array(); fDesc[0] = "Many have asked for a way to be able to import text into our Theophilos Bible Software. We have taken this request a little further and created a full featured authoring tool with ability to create add-on modules of all types*. This means that with Scribe for Theophilos you will be able to create unlimited number of dictionaries, commentaries, writings, topic books or note sets from text you already have in your word processor or from some other source. Once the module is created all you will have to do is copy it to the Theophilos program folder and restart Theophilos! Your module will then be accessible from the menu and ready to be used as any other add-on in Theophilos."; 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 = ''; } }