var fDesc=new Array(); fDesc[0] = "Artlantis Studio helps you create high-resolution 3D renderings, panoramas, animations, and virtual visits. It is ideal for architects, designers, and urban design professionals for visualizing projects. Artlantis is compatible with models designed using most of the 3D editors.

Support for Twinlinker allows you to create and share virtual visits of your projects online. Simply export your Artlantis 7 images, panoramas, and videos to Twinlinker, then create virtual visits to share by email or make available on your website."; 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 = ''; } }