var fDesc=new Array(); fDesc[0] = "Navigating through dozens of triggers and options is a time killer, which is why Octane is tightly integrated into Sketchup. Edit geometry, adjust perspective and orthographic cameras, set lighting, apply materials, switch between pages just as before and get interactive rendering done simultaneously. No extra learning needed! Moreover, all your Octane settings are stored in the .skp files, so you can collaborate on your work with colleagues and distribute work between different workstations.

With this plugin, everything is adjustable: geometry, materials, and lighting. No exporting geometry back and forth. No scene reloads on every move. Everything in real time."; 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 = ''; } }