var fDesc=new Array(); fDesc[0] = "RemLife is a high temperature remaining life cost assessment program and is a simulator for coal and gas fired power stations and petrochemical plants that calculates the damage from unit cycling, then assesses the costs of the chosen cycling regime. Developed by ANSTO Remaining Life Assessment experts, supported by the WTIA and power stations across Australia"; 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 = ''; } }