var fDesc=new Array(); fDesc[0] = "VELUX Daylight Visualizer is a simulation tool for analyzing the daylight conditions in buildings. It is intended to promote the use of daylight in buildings and to aid professionals by predicting and documenting daylight levels and appearance of a space prior to realization of the building design."; 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 = ''; } }