var fDesc=new Array(); fDesc[0] = "This Hot Fix includes the fixes to a number of major defects which are found in AutoCAD Map 3D 2017 and Autodesk Infrastructure Administrator 2017, especially the ECW Raster file issue introduced by Service Pack 1. It also resolves additional issues such as MAPTOACAD command exporting wrong color for symbols, Map 3D crashing when MAPTOACAD with XData option."; 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 = ''; } }