var fDesc=new Array(); fDesc[0] = "Using this toolkit structural designers and engineers can optimize their workflows in the cloud and on the desktop by using the analytical model built in Autodesk Revit to conduct cloud-based structural analysis with access to Autodesk 360 services and by extending the Revit model to Autodesk Robot Structural Analysis Professional software or supported third party analysis solutions. Once complete, analysis results can be easily stored and explored in the Revit environment."; 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 = ''; } }