var fDesc=new Array(); fDesc[0] = "Psychrometric Analysis is a handy tool that helps you to create psychrometric charts. The charts are drawn with unmatched accuracy. It allows for complete psychrometric and process analysis, all graphically displayed. It also provides a professional state point and process report detailing all of the psychrometric and process values. One can copy the output chart or calculation reports directly to the Windows clipboard so that it can be pasted right into proposals, presentations or spreadsheets."; 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 = ''; } }