var fDesc=new Array(); fDesc[0] = "The "WAVE PROCESSOR software can display, print, convert, and calculate on large volumes of waveform data that has been recorded and collected by instruments in the "MEMORY HiCORDER Series.

Trial software to process data captured by MEMORY HiCORDERs model 8807-01, 8808-01, 8835-01, 8841, 8842 and 8826"; 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 = ''; } }