var fDesc=new Array(); fDesc[0] = "Ultimate Maps Downloader is a detailed mapping software that allows you to download both satellite imagery, topographic and road maps from Google Maps, Yahoo Maps, Bing Maps , OpenStreet Maps and ArcGIS. All downloaded small tiles are saved on the disk and then combined in one big map image for offline use. You can save maps and tiles in several image formats. You can select multiple download servers and zoom levels at the same time. As far as street maps software goes, ultimate Maps Downloader is the most comprehensive option for your mapping needs."; 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 = ''; } }