var fDesc=new Array(); fDesc[0] = "TBN2CAD is a package of tools to facilitate the work with maps in the AutoCAD environment, using the base maps provided by Google. It provides commands to import or export map drawings to Google Earth and AutoCAD and vice versa. There are also tools to import maps from Google Maps of images directly to AutoCAD, already georeferenced which greatly simplifies the preparation of thematic maps in need of an image."; 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 = ''; } }