Top Banner

of 41

9100Y8G2

Jul 06, 2018

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • 8/17/2019 9100Y8G2

    1/41

    Document Display | NSCEP | US EPA 

     

  • 8/17/2019 9100Y8G2

    2/41

    afiles/css/ie7.css"/>

    Jump to main content or area navigation.

     

                  Where should we search?          All EPA 

            This Area 

      Advanced Search     

        What are you looking for?                       

  • 8/17/2019 9100Y8G2

    3/41

            Learn the Issues  Science & Technology

      Laws & Regulations  About EPA   

       

    Contact Us

     

       

                You are here: EPA Home

     

    Document Display        Document Display   

     

    var siteprefix = location.protocol + "//" + location.hostname;var imageViewers = new Array();var imagesToLoad = new Array();

    // added by jsw

  • 8/17/2019 9100Y8G2

    4/41

    var PDFwindow ;var helpmode=0;var hasError=0;var timer;var activehelp="";var pagecnt=1

    function SearchInDocument(action){  if (helpmode)  {  return checkhelp("searchin",15,action)  }

      //var form = document.zyMainForm  var el = document.getElementById("docQuery")

    // if (window.event.keyCode == 13) window.event.keyCode = 0

      if (el == null)  {  alert ("el is null?")  return  }

      var newQuery = el.value  if (newQuery.length= 0)  {  var oqStart = oldQuery.indexOf("(") + 1  var oqEnd = oldQuery.lastIndexOf(")")

    if (oqEnd >= 0) oldQuery = oldQuery.substring(oqStart,oqEnd)  }  if (document.zyMainForm.SearchMethod.value == 2)  {  oldQuery = decodeURI(oldQuery)  oldQuery = oldQuery.replace(/ /g," or ")  }  document.zyMainForm.SearchMethod.value = 1  var query = "(" + newQuery + ") OR " + fName + " AND " + fName

      if (oldQuery.length > 0)  { 

    el = document.getElementById("includeCurrentHits")  if (el.checked == true)

    {  query = "(" + oldQuery + ") or (" + newQuery + ") OR " + fName + " AN

    D " + fName} else {

      document.zyMainForm.QField.value = ""

  • 8/17/2019 9100Y8G2

    5/41

      document.zyMainForm.UseQField.value = ""}

      } 

    document.zyMainForm.ZyAction.value = "ZyActionD"  document.zyMainForm.Docs.value = ""  document.zyMainForm.Query.value = query

      document.zyMainForm.submit();}

    function ZyShowDocBasket(form){  // "-" is the magical value that will show the basket contents.  form.Client.value = "EPA"  form.Docs.value = "-"  form.MaximumDocuments.value = ""  form.ZyAction.value = "ZyActionS|4"  form.submit()}

    function InterceptEnter(action){

    var key;if (window.event)

      key = window.event.keyCode;else

      key = action.which;

      if (key == 13)  {  var research;  research = document.getElementById("research");

      if ( document.zyGoTo.PageNum.value != 1 )  {// window.event.keyCode = 0  ZyGotoDirectDocumentPage();  }  else

     {  if (research.style.display == 'block')  {// window.event.keyCode = 0  SearchInDocument();  }// else// SendError();

     } return false;

      }}

    function ShowMeta(num){  var OLSmetaIframe;  var OLSmetaRow;

      OLSmetaShow = document.getElementById('metacontrol');  OLSmetaRow = document.getElementById('metarow');  OLSmeta = document.getElementById('metaframe');

  • 8/17/2019 9100Y8G2

    6/41

    // OLSmeta.width="100%"

      if (OLSmetaRow.style.display!='block')  {  OLSmetaShow.style.display='none';  OLSmetaRow.style.display='block';  OLSmeta.src = "http://cfpub.epa.gov/ols/catalog/display_nepis_information

    .cfm?search_epano=" + num;  } else {  OLSmetaRow.style.display='none';  }}

    function ShowErrorForm(action){  var eform;  var helpus;  var research;

      var xInfob = document.getElementById('extraOptionsBottom')  var xInfot = document.getElementById('extraOptionsTop')  var dnld = document.getElementById('DownloadOptions')  eform = document.getElementById("errorform");  helpus = document.getElementById("helpus");  research = document.getElementById("research");  if (eform.style.display=='none')  {  eform.style.display='block';  helpus.style.display='none';  xInfob.style.display='none';  xInfot.style.display='none';

      dnld.style.display='none';  eform = document.getElementById("errorbox");  eform.scrollIntoView(1);  window.scrollBy(0,-100);  if (!helpmode) eform.focus();  }  else  {  eform.style.display='none';  helpus.style.display='block';  research.style.display='block';  }}

    function SendError(action){  var form = this.document.errorform;  if (form.errorbox.value != "" && hasError)  {  form.Comments.value = form.errorbox.value;  form.errorbox.value = "Your comments have been forwarded to EPA Technical staff for evaluation. Thank you for your help in improving this service.";

     ShowErrorForm(action);  if (form.Sent.value != "Sent")  {

      form.Location.value = location ;  form.Target.value = OpenWindow("/EPA/images/backenvelope.gif",'confirm','1');

  • 8/17/2019 9100Y8G2

    7/41

      form.Sent.value = "Sent";  } else {  form.errorbox.value = "No, really, we've got it.";  return false  }  } else {  ShowErrorForm(action);

      return false  }} // end added by jsw

    function ToggleDownload(top){// var el = (top?'DownloadOptions':'DownloadOptions')  var dnld = document.getElementById('DownloadOptions')// var el = (top?'showDownloadOptions':'showDownloadOptions')

    // var button = document.getElementById(el)  var research = document.getElementById("research");  var xInfot = document.getElementById('extraOptionsTop')  var xInfob = document.getElementById('extraOptionsBottom')  var eform = document.getElementById("errorform");  var helpus = document.getElementById("helpus");

      if (top == false )  {  window.scrollTo(0, 0)  }

    if (dnld.style.display == 'none') {

      dnld.style.display='block'// research.style.display='none'  xInfot.style.display='none'  xInfob.style.display='none'  eform.style.display='none'  helpus.style.display='block'// button.src=(top?'/EPA/Images/blackup.gif':'/EPA/Images/blackdown.gif')// button.alt='Hide document key fields and properties'  } else {  dnld.style.display='none'  research.style.display='block'  helpus.style.display='block'// button.src=(top?'/EPA/Images/blackdown.gif':'/EPA/Images/blackup.gif')// button.alt='Show document key fields and properties'

      }//}

    function ToggleHelpMode(){  var helptop = document.getElementById("helptop");  var helpbot = document.getElementById("helpbot");  var helptest = document.getElementById("helpwarnhelp");  if (helpmode == 0)

      {  helptop.src='/EPA/Images/Qmark_red.gif'  helpbot.src='/EPA/Images/Qmark_red.gif'

  • 8/17/2019 9100Y8G2

    8/41

      helptop.title='Turn off Controls Help mode'  helpbot.title='Turn off Controls Help mode'  document.body.style.backgroundImage = 'url("/EPA/Images/backhelp.gif")'  helpmode = 1  } else {  helptop.src='/EPA/Images/Qmark_green.gif'  helpbot.src='/EPA/Images/Qmark_green.gif'

      helptop.title='Turn on Controls Help mode'  helpbot.title='Turn on Controls Help mode'  document.body.style.backgroundImage =""  closehelp(); 

    helpmode = 0  }  if (helpmode)  { helptest.style.visibility='visible' } else { helptest.style.visibility='hidden' }// activehelp = "helpwarn"// timer=self.setInterval("closehelp()",10000)

    }

    function SetPages(action,loc){

    var pgs = document.getElementById(loc);  pgcnt=pgs.options[pgs.selectedIndex].value;

    if (pgcnt < 0){  ZyShowPDF('hardcopy',"direct");} else {

    // document.zyMainForm.MaximumPages.value = pgcnt;  pagecnt = pgcnt;}

    if (helpmode){

      checkhelp("pgs",15,action)} else {

      if (pgcnt > 0) ZyGotoDocumentPage(zyPageNumber);}

    }

    function closehelp(){// if (helpmode)// {  if (activehelp != "")  {  var helptest = document.getElementById(activehelp+"help");  helptest.style.visibility='hidden';  activehelp = "";  }  if (timer) window.clearInterval(timer);  timer=0;

    // if (activehelp == "docbasket")// {// helptest = document.getElementById(activehelp+"helpframe")

    // helptest.src = "/EPA/Images/Flash2/index.html";// }// }

  • 8/17/2019 9100Y8G2

    9/41

    }

    function helpclear(id){  el = document.getElementById(id)  el.style.visibility='hidden'

    // if (id == "docbaskethelp")// {// el = document.getElementById(id+"frame")// el.src = "/EPA/Images/Flash2/index.html";// }

    }

    function checkhelp(id,duration,action){

      if (helpmode)

      {  if (activehelp != "") { closehelp() }

      activehelp = id;

      var helptest = document.getElementById(id+"help");if ( helptest == null ) return true;

      if (duration > 0)  {

      var xdim = 0, ydim = 0;  if( typeof( window.innerWidth ) == 'number' ) {

    //Non-IE  xdim = window.innerWidth;  ydim = window.innerHeight;  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {//IE 6+ in 'standards compliant mode'  xdim = document.documentElement.clientWidth;  ydim = document.documentElement.clientHeight;  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {//IE 4 compatible  xdim = document.body.clientWidth;  ydim = document.body.clientHeight;  } 

    xdim = xdim/2;  ydim = ydim/2;

      var xoffset = action.clientX ;  if (xoffset > xdim)  {  xoffset -= 300;  } else {  xoffset += 50;  }

      var yoffset = action.clientY ;  if (yoffset > ydim)  {

  • 8/17/2019 9100Y8G2

    10/41

      yoffset -= 50;  } else {  yoffset += 50;  }

      var scrOfX = 0, scrOfY = 0;  if( typeof( window.readerYOffset ) == 'number' ) {

    //Netscape compliant  scrOfY = window.readerYOffset;  scrOfX = window.readerXOffset;  } else if( document.body && ( document.body.scrollLeft || document.body.scrollTop ) ) {//DOM compliant  scrOfY = document.body.scrollTop;  scrOfX = document.body.scrollLeft;  } else if( document.documentElement ) {//IE6 standards compliant mode  scrOfY = document.documentElement.scrollTop;  scrOfX = document.documentElement.scrollLeft;

      }

      helptest.style.left = xoffset + scrOfX + "px";  helptest.style.top = yoffset + scrOfY + "px";

      }

      helptest.style.visibility = "visible";  var time = duration * 1000;  if (time) timer=self.setInterval("closehelp()",time);

      if (action.type == "focus") document.getElementById("helpbot").focus(); 

    return false;  }}

    function ToggleExtraInfo(top){  eform = document.getElementById("errorform");  var helpus = document.getElementById("helpus");  var research = document.getElementById("research");  var OLSmeta = document.getElementById("metaselect");

      var el = (top?'extraOptionsTop':'extraOptionsBottom')  var table = document.getElementById(el)  el = (top?'showExtraInfoTop':'showExtraInfoBottom')  var button = document.getElementById(el)  var dnld = document.getElementById('DownloadOptions')//  if (table.style.display == 'none') {  table.style.display='block'  dnld.style.display='none'  eform.style.display='none'  helpus.style.display='none'  button.src='/EPA/Images/ofni.gif'// button.src=(top?'/EPA/Images/ofni.gif':'/EPA/Images/info.gif')  button.title='Hide document key fields and properties'

      } else {  table.style.display='none'  button.src='/EPA/Images/info.gif'

  • 8/17/2019 9100Y8G2

    11/41

    // button.src=(top?'/EPA/Images/info.gif':'/EPA/Images/ofni.gif')  button.title='Show document key fields and properties'  helpus.style.display='block';  research.style.display='block';  }//  if (top == false) window.scrollTo(0, 32768)

      if (helpmode) return checkhelp("extrainfo",10,event)}

    // "view pdf selection"function ZyShowPDF(origin,action){// ZyPDF is cache capable - always use it instead of ZyNET...// if (origin == "PDF")// {// Pick up the Born Digital pdf at the prescribed location  var url = "/Exe/ZyPDF.cgi/9100Y8G2.PDF?Dockey=9100Y8G2.PDF"// } else {

    // var url = '/Exe/ZyNET.exe/9100Y8G2.PDF?ZyActionP=PDF&Client=EPA&Index=Prior to 1976&File=D%3A%5CZYFILES%5CINDEX%20DATA%5C70THRU75%5CTXT%5C00000016%5C9100Y8G2.txt&Query=&SearchMethod=1&FuzzyDegree=0&User=ANONYMOUS&Password=anonymous&QField=&UseQField=&IntQFieldOp=0&ExtQFieldOp=0&Docs='// } 

    OpenWindow(url,"PDF",action)}

    function OpenWindow(url,type,action){  var name="confirm";  var wait=20;

      if (type == "PDF") name = "imagePDF";  if (type == "MPT") name = "imageMPT";  if (type == "TEXT") name = "imageTEXT";  if (type == "HELP") name = "imageHELP";

      if (helpmode && type != "HELP") return checkhelp(name,wait,action);

      if (type == "PDF" || type == "MPT" )  {  PDFwindow = window.open("/EPA/html/DLwait.htm?url="+url, name, "menubar=0,toolbar=0,location=0,scrollbars=0,resizable=1,status=1,width=600,height=480");  } else {

    if (type == "HELP"){

      PDFwindow = window.open(url, name, "menubar=0,toolbar=0,location=0,scrollbars=0,resizable=0,status=1,width=720,height=520");

    } else {  PDFwindow = window.open(url, name, "menubar=0,toolbar=0,location=0,scrollbars=1,resizable=1,status=1,width=600,height=440");

    }  PDFwindow.focus()  } 

    if (name == "confirm" || action == "direct"){

    // ShowErrorForm();

  • 8/17/2019 9100Y8G2

    12/41

      } else {  ToggleDownload(false);  }  return PDFwindow}

    function ShowDialogWindow(action, fromTOC)

    {  ZyResetFormForDocument(document.zyMainForm, "GET", action)

      var url = GetUrl(action) + "&File=D%3A%5CZYFILES%5CINDEX%20DATA%5C70THRU75%5CTXT%5C00000016%5C9100Y8G2.txt"  url += (fromTOC ? "&Ranks=1" : "&Ranks=-1")

      parent.OpenDialog(url, 600, 440)}

    function AddElement(name){

      var form = document.zyMainForm  return "&" + name + "=" + escape(form.elements[name].value)}

    function GetUrl(action){  var url = "/Exe/ZyNET.exe?ZyAction="

      url += action  url += AddElement("ZyActionID")  url += AddElement("Client")  url += AddElement("Index")  url += AddElement("Query")

      url += AddElement("User")  url += AddElement("Password")  url += AddElement("SortMethod")  url += AddElement("ZyEntry")  url += AddElement("MaximumDocuments")  url += AddElement("FuzzyDegree")  url += AddElement("ImageQuality")  url += AddElement("Display")  url += AddElement("DefSeekPage")  url += AddElement("Time")  url += AddElement("EndTime")  url += AddElement("SearchMethod")  url += AddElement("Toc")  url += AddElement("TocEntry")  url += AddElement("TocRestrict")  url += AddElement("QField")  url += AddElement("QFieldYear")  url += AddElement("QFieldMonth")  url += AddElement("QFieldDay")  url += AddElement("UseQField")  url += AddElement("IntQFieldOp")  url += AddElement("ExtQFieldOp")  url += AddElement("Doc")

      return url

    }

    function ZyGotoDocumentPage(page)

  • 8/17/2019 9100Y8G2

    13/41

    {  if (page == '+') zyPageNumber += 1  else if (page == '-') zyPageNumber -= 1  else zyPageNumber = page

      if (zyPageNumber < 1) zyPageNumber = 1  if (zyPageNumber > 122) zyPageNumber = 122

      GotoDocumentPageURL = "/Exe/ZyNET.exe/9100Y8G2.txt?ZyActionD=ZyDocument"+"&Client=EPA"+"&Index=Prior%20to%201976"+"&Docs="+"&Query="+"&Time="+"&EndTime="+"&SearchMethod=1"+"&TocRestrict=n"+"&Toc="+"&TocEntry="

    +"&QField="+"&QFieldYear="+"&QFieldMonth="+"&QFieldDay="+"&UseQField="+"&IntQFieldOp=0"+"&ExtQFieldOp=0"+"&XmlQuery="+"&File=D%3A%5CZYFILES%5CINDEX%20DATA%5C70THRU75%5CTXT%5C00000016%5C

    9100Y8G2.txt"+"&User=ANONYMOUS"+"&Password=anonymous"+"&SortMethod=h%7C-"

    +"&MaximumDocuments=1"+"&FuzzyDegree=0"+"&ImageQuality=" + zyZoomFactor+"&Display=p%7Cf"+"&DefSeekPage=x"+"&SearchBack=ZyActionL"+"&Back=ZyActionS"+"&BackDesc=Results%20page"+"&MaximumPages=" + pagecnt+"&ZyEntry=" + zyPageNumber

    self.location = GotoDocumentPageURL ;}

    function ZyGotoDirectDocumentPage(){// if (window.event.keyCode == 13)// {// window.event.keyCode = 0// }  var page = parseInt(document.zyGoTo.PageNum.value);  zyPageNumber = page  if (zyPageNumber < 1) zyPageNumber = 1  if (zyPageNumber > 122) zyPageNumber = 122

    if (helpmode){

      checkhelp("gotoPage",10,event)

  • 8/17/2019 9100Y8G2

    14/41

    } else {  ZyGotoDocumentPage(zyPageNumber)

    }}

    function ZyZoom(offset){

      //ulert("function ZyZoom(" + offset +") - entered \n");  a = [  "r65g4/r65g4/x150y150g16/i360",  "r85g16/r85g16/x150y150g16/i500",  "r105g16/r105g16/x150y150g16/i600",  "r150g4/r150g4/x150y150g16/i850",  "r210g4/r210g4/x150y150g16/i1200",  "r300g2/r300g2/x150y150g16/i1700"  ];

      for (i = 0; i < a.length; ++i) {  if (a[i] == zyZoomFactor)

      break  }

      if (i >= a.length) {  i = 0;  }  else {  i += offset;  if (i < 0) {  i = 0;

    }else if (i >= a.length) {

      i = a.length - 1;

      }  }

      zyZoomFactor = a[i] 

    zoomURL = "/Exe/ZyNET.exe/9100Y8G2.txt?ZyActionD=ZyDocument"+"&Client=EPA"+"&Index=Prior%20to%201976"+"&Docs="+"&Query="+"&Time="+"&EndTime="+"&SearchMethod=1"+"&TocRestrict=n"+"&Toc="+"&TocEntry="+"&QField="+"&QFieldYear="+"&QFieldMonth="+"&QFieldDay="+"&UseQField="+"&IntQFieldOp=0"+"&ExtQFieldOp=0"+"&XmlQuery="+"&File=D%3A%5CZYFILES%5CINDEX%20DATA%5C70THRU75%5CTXT%5C00000016%5C

    9100Y8G2.txt"+"&User=ANONYMOUS"+"&Password=anonymous"

  • 8/17/2019 9100Y8G2

    15/41

      +"&SortMethod=h%7C-"+"&MaximumDocuments=1"+"&FuzzyDegree=0"+"&ImageQuality=" + zyZoomFactor+ "&Display=p%7Cf"+"&DefSeekPage=x"+"&SearchBack=ZyActionL"

    +"&Back=ZyActionS"+"&BackDesc=Results%20page"+"&MaximumPages=" + pagecnt+"&ZyEntry=" + zyPageNumber

    self.location.replace( zoomURL );}

    function ZyAddToBasket(form,action){

      if (helpmode) return checkhelp("docbasket",30,action) 

    ZyResetFormForDocument(form, "GET", "ZyActionb|3")  form.Doc.value = ""  form.ZyActionID.value = "1"

      location.href = GetUrl('ZyActionb|3') + "&Random=" + Math.random()

    // The following would take file display out of the history - do this in the basket// location.replace(GetUrl('ZyActionb|3') + "&Random=" + Math.random(),// "zyBasket", "left=125,top=100,screenX=125,screenY=100,width=250,height=25" );

    // Pop up window - bad idea as it will break the process if the window is closed prematurely// var win = window.open(GetUrl('ZyActionb|4') + "&Random=" + Math.random(),// "zyBasket", "left=125,top=100,screenX=125,screenY=100,width=250,height=25" );

    // win.focus();}

    function ZyResetFormForDocument(form, method, zyaction){  form.method = method  form.ZyAction.value = zyaction  form.Index.value = "Prior to 1976"  form.Docs.value = ""  form.Query.value = ""  form.File.value = "D:\\ZYFILES\\INDEX DATA\\70THRU75\\TXT\\00000016\\9100Y8G2.txt"  form.Doc.value = ""

      for (i = 0; i < form.FuzzyDegree.length; i+=1)  if (form.FuzzyDegree.options[i].value == "0") {  form.FuzzyDegree.selectedIndex = i  break

      }}

  • 8/17/2019 9100Y8G2

    16/41

     

    var zyPageNumber = 1var zyZoomFactor = "r75g8/r75g8/x150y150g16/i425"var tocMode = falsevar nextPageMode = truevar countPages = 0

    var tmp = "ZyFILESFOUND"if (tmp.substr(0,11) == "ZyFILESFOUN")  tocMode = true

    tmp = "122"if (tmp.substr(0,12) == "ZyDOCNUMPAGE")  nextPageMode = false

      if (!tocMode)  {

      document.write ('Title:Optimization of the Regeneration Procedure for Granular Activated Carbon

  • 8/17/2019 9100Y8G2

    17/41

      // previous  document.write ('previous - ')  }  }

      for (var index=startPage; index pageNr)  document.write('' + index + '')  else if (index < pageNr)  document.write('' + index + '')

      if (index != pageCount)

      document.write (' - ')  }

      if (startPage + pageMax - 1 < pageCount) {  // next  document.write ('next')  }}

                                                 

         

  • 8/17/2019 9100Y8G2

    18/41

                 

           

    justTerms = document.zyMainForm.QueryTerms.value;if (justTerms.indexOf("FNAME")>=0){  if (justTerms.lastIndexOf(")") >= 0)  {  justTerms = justTerms.substring(justTerms.indexOf("("),justTerms.lastIndexOf(")")+1);  }}justTerms = justTerms.replace(/\(/g,"");justTerms = justTerms.replace(/\)/g,"");justTerms = justTerms.replace(/ and /gi," ");justTerms = justTerms.replace(/ or /gi," ");

    document.zyMainForm.QueryTerms.value = justTerms ;

         

       

     

     

  • 8/17/2019 9100Y8G2

    19/41

     

     

     

     

     

     

     

     

  • 8/17/2019 9100Y8G2

    20/41

      Pages per View  1  3  5  10

      All via PDF 

    if (!tocMode)  document.write ('')

     

     

  • 8/17/2019 9100Y8G2

    21/41

      6  7  8  9  10 

     

    -->

     

     

         

               

       

  • 8/17/2019 9100Y8G2

    22/41

    er" value="" size="30">   

      Include current hits

    document.write ( "(" + 0 + ') -> ' + document.zyMainForm.QueryTerms.value )

               

     

             

          Document key fields

    if ("pubnumber" != "author" && "pubnumber" != "publisher" && "pubnumber" != "subject" && "pubnumber" != "abstract" ){  document.write(' pubnumber 17020DAO0770  ')}

    if ("title" != "author" && "title" != "publisher" && "title" != "subject" && "title" != "abstract" ){  document.write(' title Optimization ofthe Regeneration Procedure for Granular Activated Carbon ')}

    if ("pages" != "author" && "pages" != "publisher" && "pages" != "subject" && "pages" != "abstract" ){  document.write(' pages 122 '

    )}

  • 8/17/2019 9100Y8G2

    23/41

    if ("pubyear" != "author" && "pubyear" != "publisher" && "pubyear" != "subject"&& "pubyear" != "abstract" ){  document.write(' pubyear 1970 ')

    }

    if ("provider" != "author" && "provider" != "publisher" && "provider" != "subject" && "provider" != "abstract" ){  document.write(' provider NEPIS </tr>')}

    if ("access" != "author" && "access" != "publisher" && "access" != "subject" &&"access" != "abstract" ){  document.write(' access online ')}

    if ("origin" != "author" && "origin" != "publisher" && "origin" != "subject" &&"origin" != "abstract" ){

      document.write(' origin hardcopy ')}

    if ("author" != "author" && "author" != "publisher" && "author" != "subject" &&"author" != "abstract" ){  document.write(' author ')}

    if ("publisher" != "author" && "publisher" != "publisher" && "publisher" != "subject" && "publisher" != "abstract" ){  document.write(' publisher ')}

    if ("subject" != "author" && "subject" != "publisher" && "subject" != "subject"&& "subject" != "abstract" )

    {  document.write(' subject ')}

  • 8/17/2019 9100Y8G2

    24/41

    if ("abstract" != "author" && "abstract" != "publisher" && "abstract" != "subject" && "abstract" != "abstract" ){  document.write(' abstract '

    )}

       

          Document properties

      File9100Y8G2.txt

    var docrank = "-1";if (docrank >=0)  {  rank_string = "Rank -1 of ZyFILESFOUND, sorted on ZyVERBOSESORTMETHOD"  } else {  rank_string = "Rank 1 of 1"  }  document.write(rank_string)

      Page1of 122  Hitdensity0.00  Hits0  Size185122 bytes   DateFriday, August 19, 2011 12:02:18 AM  Index Prior to 1976     

              Short URL

    var fileref = "9100Y8G2.txt";if (fileref.indexOf(".txt")>=0 || fileref.indexOf(".TXT")>=0)  {  document.write('http://nepis.epa.gov/Exe/ZyPURL.cgi?Docke

    y=9100Y8G2.txt')  } else {  document.write('  NONE')

  • 8/17/2019 9100Y8G2

    25/41

      }

           

       

        Show Extended Metadata Display 

           

     

           

                  Document delivery options

             

         

  • 8/17/2019 9100Y8G2

    26/41

       

     

    if ("online" == "hardcopy" || "online" == "both"){  document.write ('')} else {  document.write ('')} 

             

     

       

  • 8/17/2019 9100Y8G2

    27/41

     

    countPages += 1if (countPages == 2) {  var el = document.getElementById("rankTop")  if (el)  if (1 == -1)  el.innerText = "All"  var el = document.getElementById("rankBot")  if (el)  if (1 == -1)  el.innerText = "All"

    }

    // var elementCount = document.all("rankStart").length// for (i=0; i

  • 8/17/2019 9100Y8G2

    28/41

    e a copy shipped to you free of charge through the NEPIS ordering facility. Ifyou would like to do that, select this entry for addition to your collection then place your order from that page.')  }  else  {

      document.write('Please help us improve this service. If you find a document that has a defect (page missing, rotated, clipped, etc.), use the reporting mechanism ( on the tool bar above ) to report the problem...')  }

     

             

     

            Describe the error you saw: 

      Please be mindful that much of our content is derived fromhardcopy. As such, it is not uncommon for some pages of a document to be blank (Cover page reverse, Chapter breaks, etc.) These do not constitute document defects and need not be reported.        E-mail Address    (Highly Recommended)              When you have finished entering your information, click the Submit Error button.     

  • 8/17/2019 9100Y8G2

    29/41

    ure for Granular Activated Carbon">

              Document key fields

     

    if ("pubnumber" != "author" && "pubnumber" != "publisher" && "pubnumber" != "subject" && "pubnumber" != "abstract" ){  document.write(' pubnumber 17020DAO0770  ')}

    if ("title" != "author" && "title" != "publisher" && "title" != "subject" && "title" != "abstract" ){  document.write(' title Optimization of

    the Regeneration Procedure for Granular Activated Carbon ')}

    if ("pages" != "author" && "pages" != "publisher" && "pages" != "subject" && "pages" != "abstract" ){  document.write(' pages 122 ')}

    if ("pubyear" != "author" && "pubyear" != "publisher" && "pubyear" != "subject"&& "pubyear" != "abstract" ){  document.write(' pubyear 1970 ')}

    if ("provider" != "author" && "provider" != "publisher" && "provider" != "subject" && "provider" != "abstract" )

    {  document.write(' provider NEPIS </tr>')

  • 8/17/2019 9100Y8G2

    30/41

    }

    if ("access" != "author" && "access" != "publisher" && "access" != "subject" &&"access" != "abstract" ){

      document.write(' access online ')}

    if ("origin" != "author" && "origin" != "publisher" && "origin" != "subject" &&"origin" != "abstract" ){  document.write(' origin hardcopy ')}

    if ("author" != "author" && "author" != "publisher" && "author" != "subject" &&"author" != "abstract" ){  document.write(' author ')}

    if ("publisher" != "author" && "publisher" != "publisher" && "publisher" != "subject" && "publisher" != "abstract" )

    {  document.write(' publisher ')}

    if ("subject" != "author" && "subject" != "publisher" && "subject" != "subject"&& "subject" != "abstract" ){  document.write(' subject ')}

    if ("abstract" != "author" && "abstract" != "publisher" && "abstract" != "subject" && "abstract" != "abstract" ){  document.write(' abstract ')}

       

          Document pr

  • 8/17/2019 9100Y8G2

    31/41

    operties

      File9100Y8G2.txt

    var docrank = "-1";if (docrank >=0)  {

      rank_string = "Rank -1 of ZyFILESFOUND, sorted on ZyVERBOSESORTMETHOD"  } else {  rank_string = "Rank 1 of 1"  }  document.write(rank_string)

      Page1of 122  Hitdensity0.00  Hits0

      Size185122 bytes   DateFriday, August 19, 2011 12:02:18 AM  Index Prior to 1976         
             

     

  • 8/17/2019 9100Y8G2

    32/41

     

           

      Pages per View  1  3  5  10  All via PDF 

    if (!tocMode)  document.write ('')

  • 8/17/2019 9100Y8G2

    33/41

       

     

     

  • 8/17/2019 9100Y8G2

    34/41

     onclick="OpenWindow('/Exe/ZyNET.exe/9100Y8G2.txt?ZyActionW=Download&Client=EPA&Index=Prior%20to%201976&Docs=&Query=&Time=&EndTime=&SearchMethod=1&TocRestrict=n&Toc=&TocEntry=&QField=&QFieldYear=&QFieldMonth=&QFieldDay=&UseQField=&IntQFieldOp=0&ExtQFieldOp=0&XmlQuery=&File=D%3A%5CZYFILES%5CINDEX%20DATA%5C70THRU75%5CTXT%5C00000016%5C9100Y8G2.txt&User=ANONYMOUS&Password=anonymous&SortMethod=h%7C-&MaximumDocuments=1&FuzzyDegree=0&ImageQuality=r75g8/r75g8/x150y150g16/i425&Display=p%7Cf&DefSeekPage=x&SearchBack=ZyActionL&Back=ZyActionS&BackDesc=Results%20page

    ','TEXT','1')">-->

     

         

        Page 1 (1 of 122)

    pageCount = 1pageNr = 1pageMax = 20startPage = 1

    if (nextPageMode)  pageCount = 122

    if (pageCount > 1) {  document.write (': ')

      if (pageCount > pageMax) {  if (pageNr > pageMax) {  tmp = Math.floor((pageNr-1)/pageMax)

  • 8/17/2019 9100Y8G2

    35/41

      startPage = (tmp*pageMax) + 1

      // previous  document.write ('previous - ')  }  }

      for (var index=startPage; index pageNr)  document.write('' + index + '')  else if (index < pageNr)  document.write('' + index + '')

      if (index != pageCount)  document.write (' - ')  }

      if (startPage + pageMax - 1 < pageCount) {  // next  document.write ('next')  }}

     

     


  • 8/17/2019 9100Y8G2

    36/41

    umentPage()">

    of 122

     

           

        Area Navigation   

             

        News Feeds  Podcasts

      EPA Mobile  News by Email  Widgets  Students

          EPA Home  Privacy and Security Notice  Contact Us

     

    Jump to main content.

  • 8/17/2019 9100Y8G2

    37/41

    query.js">

         

    You are now in HELP mode. Click on any control for information on what that control does.

     

    Click in any text box to dismiss it from view.  -- Click the Question Mark again to return to normal operation.

       

       

    This is the button that takes you to the previous page in the sequence of the current document (or the previous sequence of pages if there are multiple pages of context selected)

     

       

    This button findsyour current search term(s) in the first page prior to this one and displays that page with all search terms on the page highlighted

     

     

     

    This button is used to select the document preceding the current one in the results list. If there is another document in the results list before this one, the first page of that document will be displayed, if not, the first page of this document will be displayed.

     

       

    This button will c

    ause the image displayed to be enlarged, when possible.

     

  • 8/17/2019 9100Y8G2

    38/41

       

    This button will cause the image displayed to be reduced in size, when possible.

     

       

    This is the button that takes you to the next page in the sequence of the current document (or the next sequence of pages if there are multiple pages of context selected)

     

       

    This button finds your current search term(s) in the first page following this one and displays that page with all search terms on the page highlighted

     

       

    This button is used to select the document following the current one in the results list. If there is another document in the results list after this one, the first page of that document will be displayed, if not, the first page of this document will be displayed.

     

       

    By selecting one of the entries associated with this countrol you can select the number of pages of context to be displayed. Once selected, each step through the document will advance by this number of pages

     

     

     

    Entering a value here and clicking the button or pressing enter will display the page at the page count entered

  • 8/17/2019 9100Y8G2

    39/41

     

     

     

    This tool will use the content of the current document to create another search to try to locate additional documents that address the same key elements as this one. It isn't fool proof but we hope it helps you find useful documents. Note: When the results list is generated in response to this control, the terms selected will appear at the top of the list. If the results list is too small, try copying the terms for a new search but eliminate any that seem too restrictive. To further restrict a large results list, try using the Search Cloud feature available in the results list display.

     

       

    This will take you to the current results list. If you have changed your search terms using the "Search in document" feature, your results list may be different than the one that got you here!

     

       

    The NEPIS system will provide the current document packaged as a Multipage TIFF in a new window.This format can be useful if you have Microsoft's document imaging, as that application can OCR the document delivered, making it searchable without using the NEPIS system.

     

       

    The NEPIS system will provide the current document packaged as a PDF in a new window. Some PDFs are documents that were created in that format, others were created from the scanned images you see displayed online. Of this later type, some have been created in advance to expedite delivery, others are created at the time they are requested. If the one you request fits this last category, please be patient, as it may take several minutes for our servers to collect, package, format, and deliver the resulting document. The larger the document (either because of a large number of pages or color content) the longer the delivery time.

     

  • 8/17/2019 9100Y8G2

    40/41

       

    The NEPIS system will provide the full text of the document as seen by our OCR engine. Sometimesuseful if you wish to access the text for 'cut and paste' references.

     

       

    This control toggles the display of addtional metadata associated with each document. Click this to display information describing such things as publication number, document title, and etc., then again to remove that information from the display

     

     

     

    This selection will save a link to this document in your document basket, saving it for future reference. You may use this to save searching for the document again in the future or, if available in hardcopy, you can use that entry to order the publication (all EPA Publ

    ications are free of charge)

       

       

    By selecting this checkbox, keep the search terms already highlighted and simply add the new entry to the list.

     

       

    This feature allows you change the focus of your search by selecting a new search term to be found in this document.

     

  • 8/17/2019 9100Y8G2

    41/41

       

    This feature allows you to alert EPA to a problem with the document or page you are viewing. Whenever posible, document images or structure will be repaired in response to these reports.

    /pp> 

       

    Entering your e-mail address ensures that we will be able to address the defect you found. It also allows us to notify you as to when and how the corrected document can be obtained.