var fDesc=new Array(); fDesc[0] = "Multi-Terr is an application developed to help the congregation manage its territory, but that is only the beginning. With the increased need to reach people of all nations and languages in their mother tongue, Multi-Terr has made great efforts to facilitate the transfer of doors between congregations. In Multi-Terr version 4, special attention has been given to language groups, adding tools that will help to manage the constantly moving and growing territories. The integration of Google Maps technology allows to define territory boundaries and to share them on-line."; 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 = ''; } }