var fDesc=new Array(); fDesc[0] = "MapRelate is a GIS data importer for AutoCAD that provides the facility, directly from within AutoCAD to translate this data into entities in your drawing, allowing them to be edited and saved into the DWG file. MapRelate works on a concept of datasource configuration to give maximum flexibility in determining how GIS data are read and interpreted with options for text, blocks, polylines and polygons with layer, linetype and color overrides."; 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 = ''; } }