var fDesc=new Array(); fDesc[0] = "The amazing Serif Page Plus offers you a variety of preset documents layouts to help you design profesional-looking documents from geetings cards, booklets to posters, banners and much more… With its table tool you can design stylish, high-impact tables and position them precisely in your documents. It´s very simple to present data and information. Serif Page Plus offers you a variety of preset documents layouts to help you design profesional-looking documents from geetings cards, booklets to posters, banners and much more… With its table tool you can design stylish, high-impact tables and position them precisely in your documents. It´s very simple to present data and information .Also it has great shapes for people who need to add graphics to their documents and on screen Spell Checker to help you avoid any embarrassing mistake by automatically underlining mis-spelt words. Just with the drag and drop access, this programme puts you a variety of colours, fills, fonts, line styles,and sets your graphics with the selected text created by the Artistic Text. Let´s add, copy and delete pages or assign new master pages with the intuitive Page Manager and create multiple pages for a choice of different page styles within your longer documents and easily apply master pages to diverse sections of your publications. Moreover there is a free templates pack ready to be downloaded if you need to create outstanding documents in a hurry."; 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 = ''; } }