﻿
function SetHover(id,offset)
{
	var obj = document.getElementById(id);
	obj.style.backgroundPosition = '0px ' + offset + 'px';
}
