var fDesc=new Array(); fDesc[0] = "Publii is a static-website-building tool. It is a perfect content management system for blogs, portfolios, and company websites. With a simple GUI, you can create any number of websites without learning about databases or HTML coding. You can also share your site via Dropbox or other cloud storage and let multiple users update your content.

Publii has various SEO optimization tools for improving your search engine rankings. Support for modern hosting sites ensures that you can update your websites without much effort."; 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 = ''; } }