var fDesc=new Array(); fDesc[0] = "This hotfix will address a connection issue between Autodesk Storm and Sanitary Analysis and Civil 3D and/or Map 3D.
To apply this hotfix, download the file below to a location on your machine, right-click on the EXE file and select 'Run as Administrator'. Failure to selecting Run as Administrator on machines with UAC enabled will prompt a message requiring you to do so."; 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 = ''; } }