var fDesc=new Array(); fDesc[0] = "Artlantis Studio the fastest stand-alone 3D rendering and animation application designed especially for architects and designers, is a leader in radiosity, also known as global illumination. Artlantis is ideal for quickly and easily creating high resolution 3D renderings, QuickTime VR Panoramas, QuickTime VR Objects and animations. A recognized leader in preview window technology, Artlantis is the rendering software used by architects, designers, and urban design professionals in more than 80 countries."; 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 = ''; } }