var fDesc=new Array(); fDesc[0] = "BlueView log image manipulation program displays, annotates, edits, splices, and prints log images. You can divide images into smaller segments and reassemble them into new logs or combine them as side-by-side log displays.

Multiple images can be vertically aligned and converted to a single merged image. Either the single or combined images can be printed at full, half, fit-to-width, or any user-entered dimensions.

Make overlay images with the transparency function for a full and quick comparison. Color annotations can be applied as editable objects, even after being saved.

With the BlueView application, Schlumberger PDS files can be converted and saved as TIFF files. Images can be saved to any common raster format at any color depth and in several types of compressed 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 = ''; } }