var fDesc=new Array(); fDesc[0] = "DIALux it is a light planning software,including features like:

- Planning with LED luminaires and other coloured light sources, colour filters and coloured materials
-Interactive 3D visualization allows you to just wander round the room
-Film the camera run through the photorealistic visualization of your planning and send the film by email.
- Realistic textures and furniture
-Integrated ray tracing module for photorealistic presentation"; 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 = ''; } }