var fDesc=new Array(); fDesc[0] = "The screensaver engine chooses randomly among 8 languages (English, French, Dutch, German, Spanish, Catalan, Basque and Galician) for displaying the ARI slogan “come with us to the future of technologies” and shows dynamically 16 research & innovation projects. Installer is available in English and the four official languages of Spain."; 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 = ''; } }