var fDesc=new Array(); fDesc[0] = "Calculux is a very flexible system which offers lighting designers a wide range of options:

-You can use the package to simulate real lighting situations and analyse different lighting installations until you find the solutions which suits your technical as well as your financial and aesthetic requirements best.

-Calculux uses luminaires from an extensive Philips database and photometric data which is stored in the Philips Phillum external formats. Additionally other luminaire data formats can be imported (CIBSE/TM14, IES, EULUMDAT and LTLI).

-Simple menus, logical dialogue boxes and a step by step approach help you to find the most efficient and cost-effective solutions for your lighting applications."; 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 = ''; } }