var fDesc=new Array(); fDesc[0] = "Artlantis R is a unique and ideal tool for performing very high resolution rendering easily and in real time. The new FastRadiosityâ„¢ engine now lets you compute images in radiosity -- even in preview. Another innovative feature of Artlantis R is that 3D objects and vegetation can be used directly in the preview window by simply dragging and dropping them. This enables users to work on different scenarios quickly and to simulate true virtual scenes in a real environment."; 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 = ''; } }