var fDesc=new Array(); fDesc[0] = "NotreDAM is a multi-user, web-based Digital Asset Management platform.

Notre-DAM is a multi-user, web-based application accessible from the most popular browsers. An authentication procedure, based on username and password, is required in order to use Notre-DAM.

Notre-DAM can store and organize different types of digital assets: video, images, audio and documents. Notre-DAM adopts the term ”Item” to identify the whole information associated to a digital asset."; 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 = ''; } }