var fDesc=new Array(); fDesc[0] = "ADP Ultimate contains extensions to the power of ADP professional in the areas of multiple simultaneous layers, more complex project creation functions etc. ADP Professional will cover all the needs of the majority of users and itself continues to grow.
Among its powerful features are the automation of multiple layer generation, the ability to add and remove files to templates and create your own templates, a tabbed interface allowing for multiple layer design all within one session, and more."; 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 = ''; } }