var fDesc=new Array(); fDesc[0] = "Foton 12464 is a program that create reports from light measurement in buildings.
The program is based on standard EN 12464, which defines classification of rooms and minimum lighting parameters. The program automatically calculate average lighting intensity and uniformity and evaluates test results according to the standard.
Foton 12464 communicates with light meter LXP-1 (Sonel) and L-100 (Sonopan). Data saved in meters memory are downloaded to the software where are reworked automatically and printed as final test report."; 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 = ''; } }