function Kolor(koda) {

	document.getElementById("wzor").bgColor=koda;
	document.tc.Kolor.value=koda.toUpperCase();
	document.tc.Kolor.select()

}