var fDesc=new Array(); fDesc[0] = "The Top Producer Editor (TP Editor) is the web based word processor and document editing tool that allows you to customize your Marketing Templates and edit the content of your Flyers and Presentations. The features available for the Top Producer Editor screen vary slightly depending on the kind of template you're working with, the most significant difference being that single-page templates (such as postcards and labels) won't include the option to add or remove pages and multiple page documents"; 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 = ''; } }