﻿function OnMenuMouseOver( menuObj )
{
	menuObj.style.backgroundImage = "url( /Global/Graphics/MenuHover.png )";
}
function OnMenuMouseOut( menuObj )
{
	menuObj.style.backgroundImage = "";
}
