var fDesc=new Array(); fDesc[0] = "The heliodon is a tool for identifying opportunities for energy savings and occupant comfort through more solar-responsive architecture.

«Heliodon» is a trade mark declared at the INPI (France) by B. Beckers & L. Masset under the reference number 08 3 583 163 (published in the official bulletin of the Industrial Property .

Heliodon2 runs under Windows 2000/XP/Vista/7 operating systems. Heliodon may be freely downloaded below on this page. Its use is limited to small scenes (demonstration mode). You need a license to be able to build complex scenes and import external models (STL, shapefiles)."; 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 = ''; } }