var fDesc=new Array(); fDesc[0] = "ImageToSEGY enables you to save scanned seismic paper records as fully conforming SEG-Y digital data files, complete with time stamps, fix marks, and interpolated navigation. It supports most common graphics file formats including JPEG, TIFF, and BMP. And allows you to specify navigation, time and fix marks in the image and will then interpolate to provide unique time and navigation at each shot point."; 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 = ''; } }