var fDesc=new Array(); fDesc[0] = "GWDG Cloud Share is a cloud data storage app that allows you to easily upload, access and share files. You can upload your files to a server, share them with other users or have them downloaded to one of your other devices. The service is available to all members of the Max Plank Society and the University of Göttingen. Every user can log into the “GWDG Cloud Share“ Portal and directly use the service."; 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 = ''; } }