var fDesc=new Array(); fDesc[0] = "Petroledge is an essential software for the systematic petrographic analysis of clastic and carbonate petroleum reservoirs and other sedimentary rocks. The system is provided with a complete technical database, allowing fast and detailed petrographic description and interpretation. Petroledge's features allow optimized integration with seismic, log, stratigraphic, petrophysical and geochemical data though a large range of reservoir modeling packages, and efficient use and sharing of information within research and corporate environments."; 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 = ''; } }