/*  Copyright (c) 2000, 2006, Oracle. All rights reserved. 
    ToolsRel: 8.48.16 */

function getScrollX()
{
  return 0;
}

function getScrollY()
{
  return 0;
}

if (document.getElementById == null)
{
  document.getElementById = function(str) {return null;};
}