function MouseEvent(t)
{
		t.src = 'gfx/btn'+t.name+'-over.png';
		t.onmouseout = function()
		{
				t.src = 'gfx/btn'+t.name+'.png';
		}
}