/*  Copyright (c) 2000-2002 PeopleSoft, Inc.  All Rights Reserved. 
    ToolsRel: 8.42 */

function getScrollX()
{
  return 0;
}

function getScrollY()
{
  return 0;
}

function isLoading_win0()
{
  return false;
}

if (document.getElementById == null)
{
  document.getElementById = function(str) {return null;};
}
