var fDesc=new Array(); fDesc[0] = "GPAL Single Shaft Gas Turbine Simulator - Version 2 is a powerful gas turbine simulators for education and training. The outputs from the turbine inlet cooling simulation can be scaled to any gas turbine and it is therefore a powerful tool to investigate the suitability of turbine inlet cooling for any gas turbine for a particular site."; 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 = ''; } }