function ChangeButton (Type) {
	oBtn = window.event.srcElement;
  oBtn.className = Type + "Button";
}

