var fDesc=new Array(); fDesc[0] = "T*SOL® Expert is the simulation program for experts wishing to investigate changes in the physical state of a solar thermal system. It serves research, scientific purposes, expert planners, developers and consultants in the monitoring and optimization of components and systems.
T*SOL® Expert's new project tree is user-friendly, guiding the user through the program, allowing components and system variants to be easily copied. In addition to the full program capabilities of T*SOL® Professional, T*SOL® Expert has a number of special and helpful additional program features."; 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 = ''; } }