var fDesc=new Array(); fDesc[0] = "A platform for Collaborative Discussion in classroom, i.e. face-2-face. CoFFEE (Collaborative Face2Face Educational Environment) offers several collaborative tools, and applications to design, guide and implement a session with students. ISISLab CoFFEE is a free and open source software"; 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 = ''; } }