var fDesc=new Array(); fDesc[0] = "The ePublisher Pro component is used for designing, configuring, and maintaining the style and behavior of all your online formats at once within a single master project that systematically handles the deployment of your organization's shared stationery. As your business needs grow, this component makes it easy to propagate changes and updates throughout your entire organization. This component is only recommended for users involved with the creation and maintenance of your organization's shared stationery and who have received proper training in the use of the ePublisher platform."; 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 = ''; } }