var fDesc=new Array(); fDesc[0] = "EarthPaint is a painting and drawing tool for Google Earth. EarthPaint allows the user to create freehand drawings and publish them as Google Earth ground overlays. EarthPaint synchronizes its view with that of Google Earth, and displays a referenced grayscale base map to aid in drawing. Drawing is accomplished using a variety of tools such as a freehand pencil, ellipse, rectangle, polygon, and text tool. When a drawing is complete, a single button publishes it as a transparent overlay 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 = ''; } }