var fDesc=new Array(); fDesc[0] = "Ozone PLE lets you animate everything from clouds and sun to fog and haze. The Ozone 6 PLE is a free, fully functional version of Ozone 6.

With the PLE, you can:

- Use e-on's atmospheric rendering technologies inside of 3ds Max, Maya, Softimage, Cinema 4D or Lightwave,
- Create entirely new atmospheres or load any of the 150+ included presets and modify them to your liking,
- Use any of the 140+ included cloud shapes to customize your cloudscapes,
- Animate the atmosphere, the clouds and the sun,
- Render images with no size limit,
- Save and export your work."; 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 = ''; } }