var fDesc=new Array(); fDesc[0] = "Managing an organisation's web presence is about much more than just publishing pages on a website. Marketing teams and web editors need to be able to optimise their websites for usability, conversions and SEO; integrate with a myriad of external systems and web services; create multi-lingual and device specific websites; and engage with their users and clients.

The Squiz Suite is a supported open source web experience management suite which incorporates a revolutionary content management system, innovative analytics capabilities, highly effective search and a robust platform for integrating applications and data. These elements work together seamlessly to create a usable, yet powerful platform for the creation, management and optimisation of compelling online experiences."; 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 = ''; } }