var fDesc=new Array(); fDesc[0] = "Serif PagePlus Starter Edition is a simple and free desktop publishing.

You can choose from a range of preset templates that you can fully customise with graphics, sizes, colours and more.
Drag and drop tools and versatile templates ensure that anyone can enjoy PagePlus with no technical design experience.
Built-in top tips and a community support forum help you get the most from the great features of PagePlus."; 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 = ''; } }