var fDesc=new Array(); fDesc[0] = "F.A.S.T. FieldNotes Viewer is a program designed for oil and gas producers to view files generated by F.A.S.T. FieldNotes and PRD.PAS files obtained from the public domain. The program enables you to generate reports, plots, and tables without a licensed copy of F.A.S.T. FieldNotes. It meets EUB Pressure ASCII Standard (PAS) requirements for electronic production data submission in Alberta."; 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 = ''; } }