var fDesc=new Array(); fDesc[0] = "GeoSketch is a plug-in to Google SketchUp which adds functions to import oblique and NADIR images, and quickly construct textured 3D polygonal models in industry leading formats including OpenFlight and Flight Simulator Direct-X.
FREE GeoSketch Roof Top tool is a plug-in to Google SketchUp which adds functions to quickly parametric model complex roof types with overhangs as well as inference engine to help align complex multiple roofline roof construction. Also to try out some of the engineering that goes into our Full package which can make making buildings easy, quick, and professional no matter your level of 3D expertise."; 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 = ''; } }