
	function myCLSS(objekt,trida){
		objekt.className = trida;
	}

