var fDesc=new Array(); fDesc[0] = "T*SOL® is a simulation program for the planning and professional design of solar thermal systems. The standard module contains a large number of system configurations for domestic hot water supply and space heating.
This dynamic simulation program, with its easy to use Design Assistant, has been developed for engineers, planners, roofing specialists and heating or building technicians.
After entering just a few parameters for the location and consumption, one of the available system / company system configurations can be selected and the collector/s and store/s sized. The automatic variant calculation allows the user to select the optimal system configuration."; 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 = ''; } }