var fDesc=new Array(); fDesc[0] = "The Cult3D VIZ Exporter offers a tighter integration of the Cult3D technology with two of the major 3D software tools on the market, Autodesk VIZ and 3ds max. The new product provides an integrated exporter that enables users to make interactive walkthrough presentations in 3D-ready for instant publication on the Web. Cult3D VIZ Exporter opens new doors for traditional architectural CAD applications. The simple Cult3D export orientation in Autodesk VIZ and 3ds max will lead you from your static environment to a virtual walkthrough experience."; 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 = ''; } }