var fDesc=new Array(); fDesc[0] = "Baker Hughes MetaWin is a Windows based program that allows you to view, annotate, and print MetaFiles and CGM files provided by Baker Hughes. It is optimized for viewing Wireline Well Log graphical data, and provides a rich set of features, including scaling, rotation, print range setting, user added annotations, shapes, lines, horizons and symbols, and ability to export to other file formats."; 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 = ''; } }