var fDesc=new Array(); fDesc[0] = "Kentico CMS is a .NET solution for building successful websites, on-line stores, communities and intranets and for running efficient marketing campaigns.

Main Features:

- Marketing automation: easily define and execute automated marketing campaigns to engage new customers, nurture leads and maintain an on-going conversation with your clients.
- Enhanced mobile website support: build websites that automatically accommodate to various mobile devices without redesigning your website, and manage website content on mobile devices.
- Visual workflow designer: define even the most complex document workflow using a drag-and-drop interface.
- User experience improvements: update your website content even more easily with the new On-site Editing interface and with many UX enhancements."; 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 = ''; } }