/* Page navigation for Create and Print */

function FetchL2(value){
  if (value != ""){
    strL="path=" + value
    var url = cphost + '/cpsearch.pd?' + strL
    window.self.location.href=url
  }
}

function setDisplayPage(i){
  document.PassVars.adisplay.value = i;
  document.PassVars.submit();
}