var fDesc=new Array(); fDesc[0] = "The PayneGroup Numbering Assistant is a paragraph numbering utility that allows you to quickly add, modify and update automatic multi-level numbering schemes in Word documents.

The tool contains 30 preloaded schemes provided by PayneGroup that makes even the most complex numbering greatly simplified. Additionally, custom numbering schemes for various practice groups can be added upon request or individually tailored number schemes can be created and shared with others. The Numbering Assistant uses native Word functionality (heading styles linked to outline numbering) so you can easily share your numbering schemes with clients and others who may not use the software. You can even add multiple multi-level schemes within the same document and that goes for Tables of Contents too."; 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 = ''; } }