// JavaScript Document
jQuery(function($) {
				$("select[name=typ]").change(function(){
							$("#frmform-tlaciaren").attr('value', this.value);
														
				});
				$("select[name=prislusenstvo]").change(function(){
							$("#frmform-prislusenstvo").attr('value', this.value);
														
				});
			// 	$("#frmform-name").click(function(){
			//						  $(this).css("background-color","#f8e408");   
			// 						  $(this).css("text-decoration","underline");
			//     			    	  $(this).css("font-weight","bold");
			//				    	  $(this).css("font-size","15px");
			//				    	  });
			
			
							
				
	});
