function mouseOver(obj, Path)
{ obj.src = Path; }
function mouseOut(obj, Path)
{ obj.src = Path; }
function btnDisable(obj)
{ obj.disabled = true; }
function DisableMeTo(obj, Path)
{ obj.disabled = true; obj.src = Path; }