var fDesc=new Array(); fDesc[0] = "Calculate the life cycle cost (LCC) for more then one luminaire solution, where each solution can have several luminaire types. Get the pay-off time and see which alternative is the most environmently friendly. Fagerhult Life Cycle Cost Calculator is a program created to give you the opportunity to select the best, most profitable, energy efficient, environment friendly or maintenance-free, solution.

The program calculates a solution using the investment, light source, energy and maintenance costs. You can view the profit, pay-off time and CO2-discharge results and they can be simply customised depending on the information you are interested in. You can print tables to easily compare the different solutions and also view the results using various chart options.

Main Features:
Calculate and compare the life cycle cost for different solutions
- Perform pay-off calculations
- Customisable result
- Compare environmental impact (CO2-discharge)
- Possibility to calculate ballast changes
- Calculate with parasitic power
- Help has been directly incorporated in to the program
- The program is available in 12 languages and various currency options"; 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 = ''; } }