// Copyright (C) SLT Service GmbH 2003

function ignoreError() {
  return true;
}

function setPage(page) {
  if ((top.Left) && (top.Left.setActPage)) {
    top.Left.setActPage(page);
  }  
}