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