var fDesc=new Array();
fDesc[0] = "You just need Python to use this powerfull CMS! It's a static content manager that supports templates, site variables, third part modules, and more. Five templates included. Modules: dater, code highlight, lister, menu maker, pop3 reader and more.
The Page Maker is a module that allows you to build rich pages by calling another modules inside you ".inc" files!
All you need to do is create a ".inc" file and add some special tags to it, like";
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 = '';
}
}