var fDesc=new Array(); fDesc[0] = "It will help you to create, personalize and distribute professional-quality newsletters, brochures, calendars and more.
You can create your own publications with the professionally designed Publisher templates and customize the templates to meet your needs. Do you need to create several publications for the same business? You can create different publication types that use the same options and information — such as the same color scheme and business information set."; 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 = ''; } }