var fDesc=new Array(); fDesc[0] = "JClic is a Java based set of applications designed to be used to create and carry out different types of educational activities like puzzles, associations, text exercises or crosswords. It is the main programme, used for doing the activities. It allows you to create and organize your own library of projects, and to choose between different graphic environments and operating options."; 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 = ''; } }