var fDesc=new Array(); fDesc[0] = "Actify’s award winning SpinFire™ technology makes it possible to reuse and repurpose data from expensive proprietary applications across various organizations both internally and externally in a variety of valuable ways.

SpinFire products use native CAD files representing both 2D and 3D versions of data. SpinFire is able to distill this data into a very compact, lightweight form called .3D that can be used for viewing, measuring, markup and other interrogative functions ."; 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 = ''; } }