var fDesc=new Array(); fDesc[0] = "WinPICS is a comprehensive, technically advanced seismic interpretation and visualization workstation that allows you to work more accurately and effectively. With its super-fast display updates and intuitive operations, WinPICS increases your productivity and helps you hit your exploration targets.

Main features:
- Enhanced Horizon/Faults access and control with the new Horizon Management Layer
- Significant productivity improvements with well database workflows
- Print large, high density seismic plots directly to the device
- Use the points database to enter grid control point/geologic data directly onto map
- Export WinPICS contours to ASCII file for use in ArcGIS and other applications
- Expanded help system with increased accessibility"; 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 = ''; } }