var fDesc=new Array(); fDesc[0] = "The PROMA 2000®consists of 8 categories, which include totally 80 programs for optimization of each process equipment in the CPI and environment / energy facilities. At the most program included in PROMA 2000®, the basic designing mode for the new process equipment or the performance studying mode for the existing process equipment can be selected at the initial key-in stage of the input data."; 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 = ''; } }