﻿function swapColor(type,color)
{
	type.style.backgroundColor=color;
}

