﻿window.scrollTo = function(x, y)
{
	return true;  // Maintain scroll position after validators fire.
}

function getById(id)
{
	return document.getElementById(id);
}

