var fDesc=new Array(); fDesc[0] = "With Delta/Digitals software one can load easily on-line satellite images as a raster background for your vector map. Automatic on-the-fly transformation automatically transforms the raster to a defined map projection/reference system. These images can be used to check your data, make collection, create flight mission layouts, etc. Once downloaded the images are stored in cache and then will be available in off-line for all your LAN users."; 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 = ''; } }