var fDesc=new Array(); fDesc[0] = "QuickSyn is an easy to use program that generates synthetic seismograms from sonic log data and optional density log data. The main menu items are accessible from the QuickSyn Toolbar. QuickSyn supports import of well log data from ASCII files, including LAS format, and allows the user to save synthetic project files, and export generated synthetic data to ASCII files for use with other programs. Displays are fully scalable on both the screen and printer."; 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 = ''; } }