var fDesc=new Array(); fDesc[0] = "The Quantum GIS Tethys repository contains a lot of software from OSGeo projects. Quantum GIS Tethys and all dependencies are included, along with Python, GRASS, GDAL, etc. This is most suitable for people who want to be able to update dependencies from the Quantum GIS Tethys repository easily. The installer is able to install from internet or just download all needed packages beforehand. In both cases the downloaded files are kept in a local directory for future installations."; 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 = ''; } }