var fDesc=new Array(); fDesc[0] = "MYRIAD 3D Reader 3D model publishing and viewing system that solves the problems associated with distributing large native format 3D CAD models over the Web or networks to those who do not have access to the original files.
MYRIAD 3D Reader provides conversion of CAD models, where it “presses” them into the highly-compressed, accurate 3DF (secure) format. Files are securely published with visual rights, including password protection and disabling of printing, cross sectioning, full logging, and the ability to expire published models."; 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 = ''; } }