var fDesc=new Array(); fDesc[0] = "Any building created in Revit ultimately exists on a site somewhere in the world. Google Earth is a very powerful visualization tool that presents the Earth and allows you to zoom in and inspect almost any location in the world. Through Globe Link, the site information needed in Revit modeling is acquired from Google Earth, and a Revit building information model is published into Google Earth. Allowing Revit family-based products to interoperate with Google Earth, Globe Link offers a great opportunity for visualization."; 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 = ''; } }