var fDesc=new Array(); fDesc[0] = "REP (Reserves Evaluation Programme) uses the well-known Monte-Carlo technique for a rigorous solution of the volumetrics equation. REP handles the following fluid types: oil, gas, oil and gas, gas condensate and gas condensate with oil. In addition, the you can define an associated gas phase with the oil and an associated oil phase with gas."; 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 = ''; } }