var fDesc=new Array(); fDesc[0] = "Autodesk AutoCAD Utility Design 2015 Extension 1 Hotfix 2 is an update that resolves issues in the following areas:
- 3D Visualization
- Data Exchange
- Pulling Tension
- Voltage Drop.
It also fixes a work location issue- in a drawing with
an angular unit of degree counter-clockwise, the preview of the work location block may have the
wrong rotation."; 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 = ''; } }