var fDesc=new Array(); fDesc[0] = "ArchVision Dashboard simplifies how RPC plug-ins and Content are downloaded and installed and helps you organize and get the content you need quickly. Not only can you preview and spin around any 3D or 3D+ RPC but you can also drag & drop directly from Viewport into applications like Photoshop! Just hit the Render button and drag the thumbnail into Photoshop.

Viewport for Dashboard improves the workflow for using RPCs in Photoshop and does away with the need for the Photoshop Viewport plug-in."; 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 = ''; } }