var fDesc=new Array(); fDesc[0] = "Your digital collections can be searched via the Web using standard Web browsers by any number of end users, unless you choose to restrict access. With its ability to handle any file type, CONTENTdm can serve as a repository to bring collections together into a cohesive and accessible Web-based environment. For organizations seeking opportunities for broader collaboration in developing and sharing collections, the Multi-Site Server is an option for cross-collection searching on multiple servers."; 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 = ''; } }