
			function zmenTridu(trida, element){
				if(!/MSIE (5|6)/.test(navigator.userAgent))
					return;
				element.className = trida;
			}
