var fDesc=new Array(); fDesc[0] = "WellCAD is PC based composite log package, which combines comprehensive graphic editing mechanisms and data processing tools.

Combining technically excellent display, editing and analysis capabilities for well data, WellCAD has become the standard log composite software in the Mining, Oil&Gas and Geotechnical society and is used in a wide range of applications.

The basic module incorporates all features and tools necessary to import, edit, process and display your Well data. The software is delivered with a set Templates, Header, Dictionaries customized for specific application. You can of course easily modify existing ones or create you own."; 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 = ''; } }