var fDesc=new Array(); fDesc[0] = "Canto offers a number of Web Solutions to allow for publishing, sharing, and editing of Cumulus catalogs from standard web browsers, online or off.
The Native Client is what Cumulus administrators use to configure systems. It offers control of every aspect of Cumulus, from catalog creation, to user permissions settings, and more."; 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 = ''; } }