var fDesc=new Array(); fDesc[0] = "ProPhyPlus is a stand-alone calculation software to run all the calculations without any programming. ProPhyPlus software performs fast, interactive, fluid phase equilibria and fluid properties directly from its own user-friendly graphical interface. ProPhyPlus is specifically for users who prefer an easy-to-use graphical user interface to set up and run their calculations."; 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 = ''; } }