var fDesc=new Array(); fDesc[0] = "CMS SiteEdit is a software system which makes possible to solve all technical tasks starting from development and creation of a site up to uploading it into the Internet and support of its operability.

SiteEdit program operates with modules and forms enabling easy and quick in-house creation of your own sites without special knowledge and any limitations for users in creative work with their own designs and modules.

Visual and clear by intuition interface helps in on-line control of site content, texts, graphics, effects, scripts, menu and other objects."; 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 = ''; } }