var fDesc=new Array(); fDesc[0] = "DESCW (Display Earth remote sensing Swath Coverage for Windows) is a multimission software tool created to allow you to display Earth Observation satellites (ERS-1, ERS-2, LANDSAT-5, LANDSAT-7, JERS-1, TERRA/MODIS and, preliminarly, ENVISAT) coverage over the Earth Map. It will help you in selecting and ordering your remote sensing products from several missions at once."; 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 = ''; } }