var fDesc=new Array(); fDesc[0] = "The SeiSee program shows seismic data in SEG-Y, CWP/SU, CGG CST format on screen of your personal computer. The program supports standard an integer (2,4 bytes) and IBM float (4 bytes) sample formats. It can also write the whole SEG-Y file or part of it to disk in the SEG-Y (IBM-32) format with the ability to select data on the base of trace index or trace a header value and given time interval."; 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 = ''; } }