var fDesc=new Array(); fDesc[0] = "Plex.Earth Tools for AutoCAD 2010-2011 is a program that gives you all the tools you need to utilize satellite imagery and terrain data, by connecting to Bing Maps, OpenStreetMap, Google Earth, USGS or any other WMS service. You can create mosaics to fill with high-res images, create elevation contours, automatically zoom Map Explorer or Google Earth to your area of interest or publish your drawing to Google Earth."; 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 = ''; } }