var fDesc=new Array(); fDesc[0] = "SedLog is a free multi-platform application for creating graphic sediment logs. It provides an intuitive graphical user interface, making it very easy for anyone to use with minimum effort. The graphic sediment logs generated by SedLog can be exported as PDF, SVG, or JPEG for use by other drawing applications or for publications.

Log data can be imported and exported in CSV format. Graphic logs can also be printed to any paper size the user wants."; 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 = ''; } }