var fDesc=new Array(); fDesc[0] = "CycloLog® is now the industry standard tool for stratigraphic analysis and interpretation of wireline logs. It allows a data-driven analysis of wireline logs providing real surfaces and trends concealed in log data. These surfaces can subsequently be used for sequence stratigraphic, cyclostratigraphic or climate stratigraphic model-driven interpretation. This two-fold approach allows the user to obtain a fast and consistent high-resolution correlation framework."; 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 = ''; } }