var fDesc=new Array(); fDesc[0] = "Chalmit has been offering a lighting design software program to the lighting industry for nearly 15 years. The recently released version v4.05 has a dual language feature in English and Russian and adds even greater usability to the already feature rich working environment.

Chalmlite™ v4.05 introduces new features to the operating environment and re-indexed, user friendly help files. The lastest Chalmit and Killark product data has been added and a number of known bugs fixed. There are numerous other changes to enhance the user experience and these are detailed in the documentation.

The software also includes validation documentation attesting to the accuracy of the calculation procedures used."; 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 = ''; } }