var fDesc=new Array(); fDesc[0] = "What used to take hours using photography and 2D images alone can now be achieved in a matter of minutes by incorporating stock 3D content from 3DVIA and the new 3D capabilities of Adobe Photoshop.

Whether you're designing websites, ads, brochures, bus wraps, table tents or other marketing materials, give your work some dimension by adding 3D without any 3D art experience. Create stunning and unique pieces, enriched with stylized or photorealistic 3D content to impress clients."; 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 = ''; } }