var fDesc=new Array(); fDesc[0] = "SpinFire Professional CADDS Importer seamlessly converts the file extensions below to allow you to view, print, mark-up and interrogate the data. You can then share these results with our FREE Reader.
Actify PRC for SpinFire is an importer for PRC files. Supports All versions of PRC files. This importer works ONLY with SpinFire 9.0 or higher, Publisher 3.4 or higher and Centro 4.0 or higher."; 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 = ''; } }